Shades of Onahau #BBE9FB
Tints of Onahau #BBE9FB
RGB
CMYK
RGB Variations
Color information
#BBE9FB (or 0xBBE9FB) is known color: Onahau. HEX triplet: BB, E9 and FB. RGB value is (187,233,251). Sum of RGB (Red+Green+Blue) = 187+233+251=671 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.87% from 671); Green value is 233 (91.41% from 255 or 34.72% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBE9FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9FB is #441604. Grayscale: #DDDDDD. Windows color (decimal): -4462085 or 16509371. OLE color: 16509371.
HSL color Cylindrical-coordinate representation of color #BBE9FB: hue angle of 196.88º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE9FB is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 233 | 251 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 196.88º | 0.89% | 0.86% | - |
| HSV(B) | 196.88º | 0.25% | 0.98% | - |
| XYZ | 67.05 | 75.81 | 102.37 | - |
| YUV | 221.3 | 144.76 | 103.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 251 | 0.25 | 0.07 | 0 | 0.02 | 196.88 | 0.89 | 0.86 |
| Hex | BB | E9 | FB | 19 | 7 | 0 | 2 | C5 | 59 | 56 |
| Octal | 273 | 351 | 373 | 31 | 7 | 0 | 2 | 305 | 131 | 126 |
| Binary | 10111011 | 11101001 | 11111011 | 11001 | 111 | 0 | 10 | 11000101 | 1011001 | 1010110 |
Color Harmonies of #BBE9FB
Complementary color
Monochromatic Colors of #BBE9FB
Black with #BBE9FB
Text Example
Text Example
White with #BBE9FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9FB; }
p { color: rgb(187,233,251); }
H1.HeaderClassName
{
color: #BBE9FB;
}
.AnyTagClassName
{
color: #BBE9FB;
}
</style>
background-color css
<style>
a { background-color: #BBE9FB; }
a { background-color: rgb(187,233,251); }
div.DivClassName
{
background-color: #BBE9FB;
}
.BgClassName
{
background-color: #BBE9FB;
}
</style>
border-color css
<style>
span { border-color: #BBE9FB; }
span { border-color: rgb(187,233,251); }
td.TdClassName
{
border-color: #BBE9FB;
}
.TagClassName
{
border-color: #BBE9FB;
}
</style>