#BBE5EA

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

Shades of Onahau #BBE5EA

Tints of Onahau #BBE5EA

Color information

#BBE5EA (or 0xBBE5EA) is unknown color: approx Onahau. HEX triplet: BB, E5 and EA. RGB value is (187,229,234). Sum of RGB (Red+Green+Blue) = 187+229+234=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 229 (89.84% from 255 or 35.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE5EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EA is #441A15. Grayscale: #D8D8D8. Windows color (decimal): -4463126 or 15394235. OLE color: 15394235.

HSL color Cylindrical-coordinate representation of color #BBE5EA: hue angle of 186.38º 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 #BBE5EA is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187229234-
CMYK0.200.0200.08
HSL186.38º52.81%82.55%-
HSV(B)186.38º20.09%91.76%-
XYZ63.3672.5488.5-
YUV217.01137.59106.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 229 (89.84% from 255) = 35.23%
BLUE value IS 234 (91.80% from 255) = 36%
R=28.77%
G=35.23%
B=36%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872292340.200.0200.08186.3852.8182.55
HexBBE5EA14208ba3553
Octal27334535224201027265123
Binary101110111110010111101010101001001000101110101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5EA; }

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

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

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

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

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

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

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

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