Shades of Onahau #BBEBEF
Tints of Onahau #BBEBEF
RGB
CMYK
RGB Variations
Color information
#BBEBEF (or 0xBBEBEF) is known color: Onahau. HEX triplet: BB, EB and EF. RGB value is (187,235,239). Sum of RGB (Red+Green+Blue) = 187+235+239=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 235 (92.19% from 255 or 35.55% from 661); Blue value is 239 (93.75% from 255 or 36.16% from 661); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBEBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEBEF is #441410. Grayscale: #DDDDDD. Windows color (decimal): -4461585 or 15723451. OLE color: 15723451.
HSL color Cylindrical-coordinate representation of color #BBEBEF: hue angle of 184.62º 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 #BBEBEF is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 235 | 239 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.06 |
| HSL | 184.62º | 0.62% | 0.84% | - |
| HSV(B) | 184.62º | 0.22% | 0.94% | - |
| XYZ | 65.78 | 76.21 | 92.9 | - |
| YUV | 221.1 | 138.1 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 235 | 239 | 0.22 | 0.02 | 0 | 0.06 | 184.62 | 0.62 | 0.84 |
| Hex | BB | EB | EF | 16 | 2 | 0 | 6 | B9 | 3E | 54 |
| Octal | 273 | 353 | 357 | 26 | 2 | 0 | 6 | 271 | 76 | 124 |
| Binary | 10111011 | 11101011 | 11101111 | 10110 | 10 | 0 | 110 | 10111001 | 111110 | 1010100 |
Color Harmonies of #BBEBEF
Complementary color
Monochromatic Colors of #BBEBEF
Black with #BBEBEF
Text Example
Text Example
White with #BBEBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEBEF; }
p { color: rgb(187,235,239); }
H1.HeaderClassName
{
color: #BBEBEF;
}
.AnyTagClassName
{
color: #BBEBEF;
}
</style>
background-color css
<style>
a { background-color: #BBEBEF; }
a { background-color: rgb(187,235,239); }
div.DivClassName
{
background-color: #BBEBEF;
}
.BgClassName
{
background-color: #BBEBEF;
}
</style>
border-color css
<style>
span { border-color: #BBEBEF; }
span { border-color: rgb(187,235,239); }
td.TdClassName
{
border-color: #BBEBEF;
}
.TagClassName
{
border-color: #BBEBEF;
}
</style>