#B2BBDD

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

Shades of Perano #B2BBDD

Tints of Perano #B2BBDD

Color information

#B2BBDD (or 0xB2BBDD) is unknown color: approx Perano. HEX triplet: B2, BB and DD. RGB value is (178,187,221). Sum of RGB (Red+Green+Blue) = 178+187+221=586 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.38% from 586); Green value is 187 (73.44% from 255 or 31.91% from 586); Blue value is 221 (86.72% from 255 or 37.71% from 586); Max value from RGB is 221 - color contains mainly: blue. Hex color #B2BBDD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDD is #4D4422. Grayscale: #BCBCBC. Windows color (decimal): -5063715 or 14531506. OLE color: 14531506.

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

Color convert

RGB178187221-
CMYK0.190.1500.13
HSL227.44º38.74%78.24%-
HSV(B)227.44º19.46%86.67%-
XYZ49.1850.2375.51-
YUV188.18146.52120.74-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.38%
GREEN value IS 187 (73.44% from 255) = 31.91%
BLUE value IS 221 (86.72% from 255) = 37.71%
R=30.38%
G=31.91%
B=37.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1781872210.190.1500.13227.4438.7478.24
HexB2BBDD13F0De3274e
Octal262273335231701534347116
Binary10110010101110111101110110011111101101111000111001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBDD; }

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

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

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

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

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

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

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

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