#BBE1E9

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

Shades of Onahau #BBE1E9

Tints of Onahau #BBE1E9

Color information

#BBE1E9 (or 0xBBE1E9) is unknown color: approx Onahau. HEX triplet: BB, E1 and E9. RGB value is (187,225,233). Sum of RGB (Red+Green+Blue) = 187+225+233=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 225 (88.28% from 255 or 34.88% from 645); Blue value is 233 (91.41% from 255 or 36.12% from 645); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1E9 is #441E16. Grayscale: #D6D6D6. Windows color (decimal): -4464151 or 15327675. OLE color: 15327675.

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

Color convert

RGB187225233-
CMYK0.200.0300.09
HSL190.43º51.11%82.35%-
HSV(B)190.43º19.74%91.37%-
XYZ62.1370.387.39-
YUV214.55138.41108.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 225 (88.28% from 255) = 34.88%
BLUE value IS 233 (91.41% from 255) = 36.12%
R=28.99%
G=34.88%
B=36.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872252330.200.0300.09190.4351.1182.35
HexBBE1E914309be3352
Octal27334135124301127663122
Binary101110111110000111101001101001101001101111101100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE1E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE1E9; }

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

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

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

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

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

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

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

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