#B8BBEA

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

Shades of Perano #B8BBEA

Tints of Perano #B8BBEA

Color information

#B8BBEA (or 0xB8BBEA) is unknown color: approx Perano. HEX triplet: B8, BB and EA. RGB value is (184,187,234). Sum of RGB (Red+Green+Blue) = 184+187+234=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 187 (73.44% from 255 or 30.91% from 605); Blue value is 234 (91.80% from 255 or 38.68% from 605); Max value from RGB is 234 - color contains mainly: blue. Hex color #B8BBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBEA is #474415. Grayscale: #BFBFBF. Windows color (decimal): -4670486 or 15383480. OLE color: 15383480.

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

Color convert

RGB184187234-
CMYK0.210.2000.08
HSL236.4º54.35%81.96%-
HSV(B)236.4º21.37%91.76%-
XYZ52.3951.6785.05-
YUV191.46152.01122.68-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.41%
GREEN value IS 187 (73.44% from 255) = 30.91%
BLUE value IS 234 (91.80% from 255) = 38.68%
R=30.41%
G=30.91%
B=38.68%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1841872340.210.2000.08236.454.3581.96
HexB8BBEA151408ec3652
Octal270273352252401035466122
Binary101110001011101111101010101011010001000111011001101101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBEA; }

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

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

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

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

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

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

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

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