#B2BBDB

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

Shades of Perano #B2BBDB

Tints of Perano #B2BBDB

Color information

#B2BBDB (or 0xB2BBDB) is unknown color: approx Perano. HEX triplet: B2, BB and DB. RGB value is (178,187,219). Sum of RGB (Red+Green+Blue) = 178+187+219=584 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.48% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 219 - color contains mainly: blue. Hex color #B2BBDB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDB is #4D4424. Grayscale: #BBBBBB. Windows color (decimal): -5063717 or 14400434. OLE color: 14400434.

HSL color Cylindrical-coordinate representation of color #B2BBDB: hue angle of 226.83º degrees, saturation: 0.36, 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 #B2BBDB is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB178187219-
CMYK0.190.1500.14
HSL226.83º36.28%77.84%-
HSV(B)226.83º18.72%85.88%-
XYZ48.9250.1274.11-
YUV187.96145.52120.9-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.48%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 219 (85.94% from 255) = 37.5%
R=30.48%
G=32.02%
B=37.5%

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
Decimal1781872190.190.1500.14226.8336.2877.84
HexB2BBDB13F0Ee3244e
Octal262273333231701634344116
Binary10110010101110111101101110011111101110111000111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBDB; }

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

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

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

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

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

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

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

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