#B1BBDC

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

Shades of Perano #B1BBDC

Tints of Perano #B1BBDC

Color information

#B1BBDC (or 0xB1BBDC) is unknown color: approx Perano. HEX triplet: B1, BB and DC. RGB value is (177,187,220). Sum of RGB (Red+Green+Blue) = 177+187+220=584 (77% of max value = 765). Red value is 177 (69.53% from 255 or 30.31% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 220 (86.33% from 255 or 37.67% from 584); Max value from RGB is 220 - color contains mainly: blue. Hex color #B1BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1BBDC is #4E4423. Grayscale: #BBBBBB. Windows color (decimal): -5129252 or 14465969. OLE color: 14465969.

HSL color Cylindrical-coordinate representation of color #B1BBDC: hue angle of 226.05º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1BBDC is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB177187220-
CMYK0.200.1500.14
HSL226.05º38.05%77.84%-
HSV(B)226.05º19.55%86.27%-
XYZ48.8250.0674.8-
YUV187.77146.19120.32-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 30.31%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 220 (86.33% from 255) = 37.67%
R=30.31%
G=32.02%
B=37.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1771872200.200.1500.14226.0538.0577.84
HexB1BBDC14F0Ee2264e
Octal261273334241701634246116
Binary10110001101110111101110010100111101110111000101001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BBDC; }

 p { color: rgb(177,187,220); }

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

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

 a { background-color: rgb(177,187,220); }

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

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

 span { border-color: rgb(177,187,220); }

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