Shades of Onahau #BBE7F9
Tints of Onahau #BBE7F9
RGB
CMYK
RGB Variations
Color information
#BBE7F9 (or 0xBBE7F9) is known color: Onahau. HEX triplet: BB, E7 and F9. RGB value is (187,231,249). Sum of RGB (Red+Green+Blue) = 187+231+249=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 231 (90.62% from 255 or 34.63% from 667); Blue value is 249 (97.66% from 255 or 37.33% from 667); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBE7F9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE7F9 is #441806. Grayscale: #DBDBDB. Windows color (decimal): -4462599 or 16377787. OLE color: 16377787.
HSL color Cylindrical-coordinate representation of color #BBE7F9: hue angle of 197.42º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE7F9 is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 231 | 249 | - |
| CMYK | 0.25 | 0.07 | 0 | 0.02 |
| HSL | 197.42º | 0.84% | 0.85% | - |
| HSV(B) | 197.42º | 0.25% | 0.98% | - |
| XYZ | 66.17 | 74.56 | 100.53 | - |
| YUV | 219.9 | 144.42 | 104.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 249 | 0.25 | 0.07 | 0 | 0.02 | 197.42 | 0.84 | 0.85 |
| Hex | BB | E7 | F9 | 19 | 7 | 0 | 2 | C5 | 54 | 55 |
| Octal | 273 | 347 | 371 | 31 | 7 | 0 | 2 | 305 | 124 | 125 |
| Binary | 10111011 | 11100111 | 11111001 | 11001 | 111 | 0 | 10 | 11000101 | 1010100 | 1010101 |
Color Harmonies of #BBE7F9
Complementary color
Monochromatic Colors of #BBE7F9
Black with #BBE7F9
Text Example
Text Example
White with #BBE7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE7F9; }
p { color: rgb(187,231,249); }
H1.HeaderClassName
{
color: #BBE7F9;
}
.AnyTagClassName
{
color: #BBE7F9;
}
</style>
background-color css
<style>
a { background-color: #BBE7F9; }
a { background-color: rgb(187,231,249); }
div.DivClassName
{
background-color: #BBE7F9;
}
.BgClassName
{
background-color: #BBE7F9;
}
</style>
border-color css
<style>
span { border-color: #BBE7F9; }
span { border-color: rgb(187,231,249); }
td.TdClassName
{
border-color: #BBE7F9;
}
.TagClassName
{
border-color: #BBE7F9;
}
</style>