#BBE5EF

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

Shades of Onahau #BBE5EF

Tints of Onahau #BBE5EF

Color information

#BBE5EF (or 0xBBE5EF) is unknown color: approx Onahau. HEX triplet: BB, E5 and EF. RGB value is (187,229,239). Sum of RGB (Red+Green+Blue) = 187+229+239=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 229 (89.84% from 255 or 34.96% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5EF is #441A10. Grayscale: #D9D9D9. Windows color (decimal): -4463121 or 15721915. OLE color: 15721915.

HSL color Cylindrical-coordinate representation of color #BBE5EF: hue angle of 191.54º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE5EF is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187229239-
CMYK0.220.0400.06
HSL191.54º61.9%83.53%-
HSV(B)191.54º21.76%93.73%-
XYZ64.0972.8492.34-
YUV217.58140.09106.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 229 (89.84% from 255) = 34.96%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=28.55%
G=34.96%
B=36.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872292390.220.0400.06191.5461.983.53
HexBBE5EF16406c03e54
Octal2733453572640630076124
Binary101110111110010111101111101101000110110000001111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE5EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE5EF; }

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

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

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

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

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

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

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

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