#B2BBDC

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

Shades of Perano #B2BBDC

Tints of Perano #B2BBDC

Color information

#B2BBDC (or 0xB2BBDC) is unknown color: approx Perano. HEX triplet: B2, BB and DC. RGB value is (178,187,220). Sum of RGB (Red+Green+Blue) = 178+187+220=585 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.43% from 585); Green value is 187 (73.44% from 255 or 31.97% from 585); Blue value is 220 (86.33% from 255 or 37.61% from 585); Max value from RGB is 220 - color contains mainly: blue. Hex color #B2BBDC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDC is #4D4423. Grayscale: #BBBBBB. Windows color (decimal): -5063716 or 14465970. OLE color: 14465970.

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

Color convert

RGB178187220-
CMYK0.190.1500.14
HSL227.14º37.5%78.04%-
HSV(B)227.14º19.09%86.27%-
XYZ49.0550.1774.81-
YUV188.07146.02120.82-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.43%
GREEN value IS 187 (73.44% from 255) = 31.97%
BLUE value IS 220 (86.33% from 255) = 37.61%
R=30.43%
G=31.97%
B=37.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1781872200.190.1500.14227.1437.578.04
HexB2BBDC13F0Ee3254e
Octal262273334231701634345116
Binary10110010101110111101110010011111101110111000111001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBDC; }

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

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

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

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

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

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

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

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