#BBE5ED

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

Shades of Onahau #BBE5ED

Tints of Onahau #BBE5ED

Color information

#BBE5ED (or 0xBBE5ED) is unknown color: approx Onahau. HEX triplet: BB, E5 and ED. RGB value is (187,229,237). Sum of RGB (Red+Green+Blue) = 187+229+237=653 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.64% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 237 (92.97% from 255 or 36.29% from 653); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE5ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5ED is #441A12. Grayscale: #D9D9D9. Windows color (decimal): -4463123 or 15590843. OLE color: 15590843.

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

Color convert

RGB187229237-
CMYK0.210.0300.07
HSL189.6º58.14%83.14%-
HSV(B)189.6º21.1%92.94%-
XYZ63.872.7290.79-
YUV217.35139.09106.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.64%
GREEN value IS 229 (89.84% from 255) = 35.07%
BLUE value IS 237 (92.97% from 255) = 36.29%
R=28.64%
G=35.07%
B=36.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872292370.210.0300.07189.658.1483.14
HexBBE5ED15307be3a53
Octal2733453552530727672123
Binary10111011111001011110110110101110111101111101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5ED; }

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

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

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

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

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

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

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

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