#B2BBDA

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

Shades of Perano #B2BBDA

Tints of Perano #B2BBDA

Color information

#B2BBDA (or 0xB2BBDA) is unknown color: approx Perano. HEX triplet: B2, BB and DA. RGB value is (178,187,218). Sum of RGB (Red+Green+Blue) = 178+187+218=583 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.53% from 583); Green value is 187 (73.44% from 255 or 32.08% from 583); Blue value is 218 (85.55% from 255 or 37.39% from 583); Max value from RGB is 218 - color contains mainly: blue. Hex color #B2BBDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2BBDA is #4D4425. Grayscale: #BBBBBB. Windows color (decimal): -5063718 or 14334898. OLE color: 14334898.

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

Color convert

RGB178187218-
CMYK0.180.1400.15
HSL226.5º35.09%77.65%-
HSV(B)226.5º18.35%85.49%-
XYZ48.7950.0773.42-
YUV187.84145.02120.98-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 30.53%
GREEN value IS 187 (73.44% from 255) = 32.08%
BLUE value IS 218 (85.55% from 255) = 37.39%
R=30.53%
G=32.08%
B=37.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1781872180.180.1400.15226.535.0977.65
HexB2BBDA12E0Fe2234e
Octal262273332221601734243116
Binary10110010101110111101101010010111001111111000101000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBDA; }

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

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

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

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

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

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

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

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