Shades of Onahau #BBE5F7
Tints of Onahau #BBE5F7
RGB
CMYK
RGB Variations
Color information
#BBE5F7 (or 0xBBE5F7) is known color: Onahau. HEX triplet: BB, E5 and F7. RGB value is (187,229,247). Sum of RGB (Red+Green+Blue) = 187+229+247=663 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.21% from 663); Green value is 229 (89.84% from 255 or 34.54% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBE5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE5F7 is #441A08. Grayscale: #DADADA. Windows color (decimal): -4463113 or 16246203. OLE color: 16246203.
HSL color Cylindrical-coordinate representation of color #BBE5F7: hue angle of 198º 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 #BBE5F7 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 229 | 247 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.03 |
| HSL | 198º | 0.79% | 0.85% | - |
| HSV(B) | 198º | 0.24% | 0.97% | - |
| XYZ | 65.3 | 73.32 | 98.71 | - |
| YUV | 218.49 | 144.09 | 105.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 229 | 247 | 0.24 | 0.07 | 0 | 0.03 | 198 | 0.79 | 0.85 |
| Hex | BB | E5 | F7 | 18 | 7 | 0 | 3 | C6 | 4F | 55 |
| Octal | 273 | 345 | 367 | 30 | 7 | 0 | 3 | 306 | 117 | 125 |
| Binary | 10111011 | 11100101 | 11110111 | 11000 | 111 | 0 | 11 | 11000110 | 1001111 | 1010101 |
Color Harmonies of #BBE5F7
Complementary color
Monochromatic Colors of #BBE5F7
Black with #BBE5F7
Text Example
Text Example
White with #BBE5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE5F7; }
p { color: rgb(187,229,247); }
H1.HeaderClassName
{
color: #BBE5F7;
}
.AnyTagClassName
{
color: #BBE5F7;
}
</style>
background-color css
<style>
a { background-color: #BBE5F7; }
a { background-color: rgb(187,229,247); }
div.DivClassName
{
background-color: #BBE5F7;
}
.BgClassName
{
background-color: #BBE5F7;
}
</style>
border-color css
<style>
span { border-color: #BBE5F7; }
span { border-color: rgb(187,229,247); }
td.TdClassName
{
border-color: #BBE5F7;
}
.TagClassName
{
border-color: #BBE5F7;
}
</style>