#BBE5EE

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

Shades of Onahau #BBE5EE

Tints of Onahau #BBE5EE

Color information

#BBE5EE (or 0xBBE5EE) is unknown color: approx Onahau. HEX triplet: BB, E5 and EE. RGB value is (187,229,238). Sum of RGB (Red+Green+Blue) = 187+229+238=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 238 (93.36% from 255 or 36.39% from 654); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EE is #441A11. Grayscale: #D9D9D9. Windows color (decimal): -4463122 or 15656379. OLE color: 15656379.

HSL color Cylindrical-coordinate representation of color #BBE5EE: hue angle of 190.59º 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 #BBE5EE is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187229238-
CMYK0.210.0400.07
HSL190.59º60%83.33%-
HSV(B)190.59º21.43%93.33%-
XYZ63.9572.7891.57-
YUV217.47139.59106.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 238 (93.36% from 255) = 36.39%
R=28.59%
G=35.02%
B=36.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872292380.210.0400.07190.596083.33
HexBBE5EE15407bf3c53
Octal2733453562540727774123
Binary101110111110010111101110101011000111101111111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5EE; }

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

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

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

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

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

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

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

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