Shades of Onahau #BBE8F7
Tints of Onahau #BBE8F7
RGB
CMYK
RGB Variations
Color information
#BBE8F7 (or 0xBBE8F7) is known color: Onahau. HEX triplet: BB, E8 and F7. RGB value is (187,232,247). Sum of RGB (Red+Green+Blue) = 187+232+247=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 232 (91.02% from 255 or 34.83% from 666); Blue value is 247 (96.88% from 255 or 37.09% from 666); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBE8F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F7 is #441708. Grayscale: #DCDCDC. Windows color (decimal): -4462345 or 16246971. OLE color: 16246971.
HSL color Cylindrical-coordinate representation of color #BBE8F7: hue angle of 195º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE8F7 is Cyan = 0.24, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 232 | 247 | - |
| CMYK | 0.24 | 0.06 | 0 | 0.03 |
| HSL | 195º | 0.79% | 0.85% | - |
| HSV(B) | 195º | 0.24% | 0.97% | - |
| XYZ | 66.14 | 74.99 | 98.98 | - |
| YUV | 220.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 247 | 0.24 | 0.06 | 0 | 0.03 | 195 | 0.79 | 0.85 |
| Hex | BB | E8 | F7 | 18 | 6 | 0 | 3 | C3 | 4F | 55 |
| Octal | 273 | 350 | 367 | 30 | 6 | 0 | 3 | 303 | 117 | 125 |
| Binary | 10111011 | 11101000 | 11110111 | 11000 | 110 | 0 | 11 | 11000011 | 1001111 | 1010101 |
Color Harmonies of #BBE8F7
Complementary color
Monochromatic Colors of #BBE8F7
Black with #BBE8F7
Text Example
Text Example
White with #BBE8F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8F7; }
p { color: rgb(187,232,247); }
H1.HeaderClassName
{
color: #BBE8F7;
}
.AnyTagClassName
{
color: #BBE8F7;
}
</style>
background-color css
<style>
a { background-color: #BBE8F7; }
a { background-color: rgb(187,232,247); }
div.DivClassName
{
background-color: #BBE8F7;
}
.BgClassName
{
background-color: #BBE8F7;
}
</style>
border-color css
<style>
span { border-color: #BBE8F7; }
span { border-color: rgb(187,232,247); }
td.TdClassName
{
border-color: #BBE8F7;
}
.TagClassName
{
border-color: #BBE8F7;
}
</style>