#BBE5EB

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

Shades of Onahau #BBE5EB

Tints of Onahau #BBE5EB

Color information

#BBE5EB (or 0xBBE5EB) is unknown color: approx Onahau. HEX triplet: BB, E5 and EB. RGB value is (187,229,235). Sum of RGB (Red+Green+Blue) = 187+229+235=651 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.73% from 651); Green value is 229 (89.84% from 255 or 35.18% from 651); Blue value is 235 (92.19% from 255 or 36.10% from 651); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE5EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EB is #441A14. Grayscale: #D9D9D9. Windows color (decimal): -4463125 or 15459771. OLE color: 15459771.

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

Color convert

RGB187229235-
CMYK0.200.0300.08
HSL187.5º54.55%82.75%-
HSV(B)187.5º20.43%92.16%-
XYZ63.5172.689.26-
YUV217.13138.09106.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.73%
GREEN value IS 229 (89.84% from 255) = 35.18%
BLUE value IS 235 (92.19% from 255) = 36.10%
R=28.73%
G=35.18%
B=36.10%

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
Decimal1872292350.200.0300.08187.554.5582.75
HexBBE5EB14308bc3753
Octal27334535324301027467123
Binary101110111110010111101011101001101000101111001101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5EB; }

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

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

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

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

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

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

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

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