#b1a6fd

Color #B1A6FD Perano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perano #B1A6FD

Tints of Perano #B1A6FD

Color information

#B1A6FD (or 0xB1A6FD) is unknown color: approx Perano. HEX triplet: B1, A6 and FD. RGB value is (177,166,253). Sum of RGB (Red+Green+Blue) = 177+166+253=596 (78% of max value = 765). Red value is 177 (69.53% from 255 or 29.70% from 596); Green value is 166 (65.23% from 255 or 27.85% from 596); Blue value is 253 (99.22% from 255 or 42.45% from 596); Max value from RGB is 253 - color contains mainly: blue. Hex color #B1A6FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B1A6FD is #4E5902. Grayscale: #B2B2B2. Windows color (decimal): -5134595 or 16623281. OLE color: 16623281.

HSL color Cylindrical-coordinate representation of color #B1A6FD: hue angle of 247.59º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1A6FD is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB177166253-
CMYK0.300.3400.01
HSL247.59º95.6%82.16%-
HSV(B)247.59º34.39%99.22%-
XYZ49.543.7198.76-
YUV179.21169.64126.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 177 (69.53% from 255) = 29.70%
GREEN value IS 166 (65.23% from 255) = 27.85%
BLUE value IS 253 (99.22% from 255) = 42.45%
R=29.70%
G=27.85%
B=42.45%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1771662530.300.3400.01247.5995.682.16
HexB1A6FD1E2201f86052
Octal261246375364201370140122
Binary10110001101001101111110111110100010011111100011000001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b1a6fd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b1a6fd; }

 p { color: rgb(177,166,253); }

 H1.HeaderClassName
 {
   color: #b1a6fd;
 }
 .AnyTagClassName
 {
   color: #b1a6fd;
 }
</style>
background-color css

<style>
 a { background-color: #b1a6fd; }

 a { background-color: rgb(177,166,253); }

 div.DivClassName
 {
   background-color: #b1a6fd;
 }
 .BgClassName
 {
   background-color: #b1a6fd;
 }
</style>
border-color css

<style>
 span { border-color: #b1a6fd; }

 span { border-color: rgb(177,166,253); }

 td.TdClassName
 {
   border-color: #b1a6fd;
 }
 .TagClassName
 {
   border-color: #b1a6fd;
 }
</style>