#BBE4EA

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

Shades of Onahau #BBE4EA

Tints of Onahau #BBE4EA

Color information

#BBE4EA (or 0xBBE4EA) is unknown color: approx Onahau. HEX triplet: BB, E4 and EA. RGB value is (187,228,234). Sum of RGB (Red+Green+Blue) = 187+228+234=649 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.81% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4EA is #441B15. Grayscale: #D8D8D8. Windows color (decimal): -4463382 or 15393979. OLE color: 15393979.

HSL color Cylindrical-coordinate representation of color #BBE4EA: hue angle of 187.66º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE4EA is Cyan = 0.20, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187228234-
CMYK0.200.0300.08
HSL187.66º52.81%82.55%-
HSV(B)187.66º20.09%91.76%-
XYZ63.0971.9988.41-
YUV216.42137.92107.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.81%
GREEN value IS 228 (89.45% from 255) = 35.13%
BLUE value IS 234 (91.80% from 255) = 36.06%
R=28.81%
G=35.13%
B=36.06%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872282340.200.0300.08187.6652.8182.55
HexBBE4EA14308bc3553
Octal27334435224301027465123
Binary101110111110010011101010101001101000101111001101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4EA; }

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

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

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

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

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

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

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

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