#B8BBE9

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

Shades of Perano #B8BBE9

Tints of Perano #B8BBE9

Color information

#B8BBE9 (or 0xB8BBE9) is unknown color: approx Perano. HEX triplet: B8, BB and E9. RGB value is (184,187,233). Sum of RGB (Red+Green+Blue) = 184+187+233=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 187 (73.44% from 255 or 30.96% from 604); Blue value is 233 (91.41% from 255 or 38.58% from 604); Max value from RGB is 233 - color contains mainly: blue. Hex color #B8BBE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #B8BBE9 is #474416. Grayscale: #BFBFBF. Windows color (decimal): -4670487 or 15317944. OLE color: 15317944.

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

Color convert

RGB184187233-
CMYK0.210.2000.09
HSL236.33º52.69%81.76%-
HSV(B)236.33º21.03%91.37%-
XYZ52.2551.6184.3-
YUV191.35151.51122.76-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.46%
GREEN value IS 187 (73.44% from 255) = 30.96%
BLUE value IS 233 (91.41% from 255) = 38.58%
R=30.46%
G=30.96%
B=38.58%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1841872330.210.2000.09236.3352.6981.76
HexB8BBE9151409ec3552
Octal270273351252401135465122
Binary101110001011101111101001101011010001001111011001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8BBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8BBE9; }

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

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

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

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

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

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

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

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