Shades of Onahau #BBE1F7
Tints of Onahau #BBE1F7
RGB
CMYK
RGB Variations
Color information
#BBE1F7 (or 0xBBE1F7) is known color: Onahau. HEX triplet: BB, E1 and F7. RGB value is (187,225,247). Sum of RGB (Red+Green+Blue) = 187+225+247=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 247 (96.88% from 255 or 37.48% from 659); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1F7 is #441E08. Grayscale: #D8D8D8. Windows color (decimal): -4464137 or 16245179. OLE color: 16245179.
HSL color Cylindrical-coordinate representation of color #BBE1F7: hue angle of 202º 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 #BBE1F7 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 225 | 247 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.03 |
| HSL | 202º | 0.79% | 0.85% | - |
| HSV(B) | 202º | 0.24% | 0.97% | - |
| XYZ | 64.21 | 71.13 | 98.34 | - |
| YUV | 216.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 247 | 0.24 | 0.09 | 0 | 0.03 | 202 | 0.79 | 0.85 |
| Hex | BB | E1 | F7 | 18 | 9 | 0 | 3 | CA | 4F | 55 |
| Octal | 273 | 341 | 367 | 30 | 11 | 0 | 3 | 312 | 117 | 125 |
| Binary | 10111011 | 11100001 | 11110111 | 11000 | 1001 | 0 | 11 | 11001010 | 1001111 | 1010101 |
Color Harmonies of #BBE1F7
Complementary color
Monochromatic Colors of #BBE1F7
Black with #BBE1F7
Text Example
Text Example
White with #BBE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1F7; }
p { color: rgb(187,225,247); }
H1.HeaderClassName
{
color: #BBE1F7;
}
.AnyTagClassName
{
color: #BBE1F7;
}
</style>
background-color css
<style>
a { background-color: #BBE1F7; }
a { background-color: rgb(187,225,247); }
div.DivClassName
{
background-color: #BBE1F7;
}
.BgClassName
{
background-color: #BBE1F7;
}
</style>
border-color css
<style>
span { border-color: #BBE1F7; }
span { border-color: rgb(187,225,247); }
td.TdClassName
{
border-color: #BBE1F7;
}
.TagClassName
{
border-color: #BBE1F7;
}
</style>