#B2BBEA

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

Shades of Perano #B2BBEA

Tints of Perano #B2BBEA

Color information

#B2BBEA (or 0xB2BBEA) is unknown color: approx Perano. HEX triplet: B2, BB and EA. RGB value is (178,187,234). Sum of RGB (Red+Green+Blue) = 178+187+234=599 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.72% from 599); Green value is 187 (73.44% from 255 or 31.22% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #B2BBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #B2BBEA is #4D4415. Grayscale: #BDBDBD. Windows color (decimal): -5063702 or 15383474. OLE color: 15383474.

HSL color Cylindrical-coordinate representation of color #B2BBEA: hue angle of 230.36º degrees, saturation: 0.57, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2BBEA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB178187234-
CMYK0.240.2000.08
HSL230.36º57.14%80.78%-
HSV(B)230.36º23.93%91.76%-
XYZ50.9850.9584.99-
YUV189.67153.02119.68-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 29.72%
GREEN value IS 187 (73.44% from 255) = 31.22%
BLUE value IS 234 (91.80% from 255) = 39.07%
R=29.72%
G=31.22%
B=39.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1781872340.240.2000.08230.3657.1480.78
HexB2BBEA181408e63951
Octal262273352302401034671121
Binary101100101011101111101010110001010001000111001101110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BBEA; }

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

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

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

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

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

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

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

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