#BBE9EE

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

Shades of Onahau #BBE9EE

Tints of Onahau #BBE9EE

Color information

#BBE9EE (or 0xBBE9EE) is unknown color: approx Onahau. HEX triplet: BB, E9 and EE. RGB value is (187,233,238). Sum of RGB (Red+Green+Blue) = 187+233+238=658 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.42% from 658); Green value is 233 (91.41% from 255 or 35.41% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EE is #441611. Grayscale: #DBDBDB. Windows color (decimal): -4462098 or 15657403. OLE color: 15657403.

HSL color Cylindrical-coordinate representation of color #BBE9EE: hue angle of 185.88º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE9EE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187233238-
CMYK0.210.0200.07
HSL185.88º60%83.33%-
HSV(B)185.88º21.43%93.33%-
XYZ65.0775.0291.94-
YUV219.82138.26104.59-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.42%
GREEN value IS 233 (91.41% from 255) = 35.41%
BLUE value IS 238 (93.36% from 255) = 36.17%
R=28.42%
G=35.41%
B=36.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872332380.210.0200.07185.886083.33
HexBBE9EE15207ba3c53
Octal2733513562520727274123
Binary10111011111010011110111010101100111101110101111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9EE; }

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

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

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

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

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

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

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

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