Shades of Onahau #BBE9F1
Tints of Onahau #BBE9F1
RGB
CMYK
RGB Variations
Color information
#BBE9F1 (or 0xBBE9F1) is known color: Onahau. HEX triplet: BB, E9 and F1. RGB value is (187,233,241). Sum of RGB (Red+Green+Blue) = 187+233+241=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 233 (91.41% from 255 or 35.25% from 661); Blue value is 241 (94.53% from 255 or 36.46% from 661); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE9F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9F1 is #44160E. Grayscale: #DCDCDC. Windows color (decimal): -4462095 or 15854011. OLE color: 15854011.
HSL color Cylindrical-coordinate representation of color #BBE9F1: hue angle of 188.89º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE9F1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 233 | 241 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.05 |
| HSL | 188.89º | 0.66% | 0.84% | - |
| HSV(B) | 188.89º | 0.22% | 0.95% | - |
| XYZ | 65.51 | 75.19 | 94.28 | - |
| YUV | 220.16 | 139.76 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 233 | 241 | 0.22 | 0.03 | 0 | 0.05 | 188.89 | 0.66 | 0.84 |
| Hex | BB | E9 | F1 | 16 | 3 | 0 | 5 | BD | 42 | 54 |
| Octal | 273 | 351 | 361 | 26 | 3 | 0 | 5 | 275 | 102 | 124 |
| Binary | 10111011 | 11101001 | 11110001 | 10110 | 11 | 0 | 101 | 10111101 | 1000010 | 1010100 |
Color Harmonies of #BBE9F1
Complementary color
Monochromatic Colors of #BBE9F1
Black with #BBE9F1
Text Example
Text Example
White with #BBE9F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE9F1; }
p { color: rgb(187,233,241); }
H1.HeaderClassName
{
color: #BBE9F1;
}
.AnyTagClassName
{
color: #BBE9F1;
}
</style>
background-color css
<style>
a { background-color: #BBE9F1; }
a { background-color: rgb(187,233,241); }
div.DivClassName
{
background-color: #BBE9F1;
}
.BgClassName
{
background-color: #BBE9F1;
}
</style>
border-color css
<style>
span { border-color: #BBE9F1; }
span { border-color: rgb(187,233,241); }
td.TdClassName
{
border-color: #BBE9F1;
}
.TagClassName
{
border-color: #BBE9F1;
}
</style>