#B1B6DD

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

Shades of Perano #B1B6DD

Tints of Perano #B1B6DD

Color information

#B1B6DD (or 0xB1B6DD) is unknown color: approx Perano. HEX triplet: B1, B6 and DD. RGB value is (177,182,221). Sum of RGB (Red+Green+Blue) = 177+182+221=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 182 (71.48% from 255 or 31.38% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #B1B6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1B6DD is #4E4922. Grayscale: #B8B8B8. Windows color (decimal): -5130531 or 14530225. OLE color: 14530225.

HSL color Cylindrical-coordinate representation of color #B1B6DD: hue angle of 233.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1B6DD is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB177182221-
CMYK0.200.1800.13
HSL233.18º39.29%78.04%-
HSV(B)233.18º19.91%86.67%-
XYZ47.9148.0275.15-
YUV184.95148.34122.33-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.52%
GREEN value IS 182 (71.48% from 255) = 31.38%
BLUE value IS 221 (86.72% from 255) = 38.10%
R=30.52%
G=31.38%
B=38.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1771822210.200.1800.13233.1839.2978.04
HexB1B6DD14120De9274e
Octal261266335242201535147116
Binary101100011011011011011101101001001001101111010011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1B6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1B6DD; }

 p { color: rgb(177,182,221); }

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

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

 a { background-color: rgb(177,182,221); }

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

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

 span { border-color: rgb(177,182,221); }

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