Shades of Onahau #BBE8F1
Tints of Onahau #BBE8F1
RGB
CMYK
RGB Variations
Color information
#BBE8F1 (or 0xBBE8F1) is known color: Onahau. HEX triplet: BB, E8 and F1. RGB value is (187,232,241). Sum of RGB (Red+Green+Blue) = 187+232+241=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 232 (91.02% from 255 or 35.15% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBE8F1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F1 is #44170E. Grayscale: #DBDBDB. Windows color (decimal): -4462351 or 15853755. OLE color: 15853755.
HSL color Cylindrical-coordinate representation of color #BBE8F1: hue angle of 190º 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 #BBE8F1 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 232 | 241 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.05 |
| HSL | 190º | 0.66% | 0.84% | - |
| HSV(B) | 190º | 0.22% | 0.95% | - |
| XYZ | 65.23 | 74.63 | 94.19 | - |
| YUV | 219.57 | 140.09 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 241 | 0.22 | 0.04 | 0 | 0.05 | 190 | 0.66 | 0.84 |
| Hex | BB | E8 | F1 | 16 | 4 | 0 | 5 | BE | 42 | 54 |
| Octal | 273 | 350 | 361 | 26 | 4 | 0 | 5 | 276 | 102 | 124 |
| Binary | 10111011 | 11101000 | 11110001 | 10110 | 100 | 0 | 101 | 10111110 | 1000010 | 1010100 |
Color Harmonies of #BBE8F1
Complementary color
Monochromatic Colors of #BBE8F1
Black with #BBE8F1
Text Example
Text Example
White with #BBE8F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8F1; }
p { color: rgb(187,232,241); }
H1.HeaderClassName
{
color: #BBE8F1;
}
.AnyTagClassName
{
color: #BBE8F1;
}
</style>
background-color css
<style>
a { background-color: #BBE8F1; }
a { background-color: rgb(187,232,241); }
div.DivClassName
{
background-color: #BBE8F1;
}
.BgClassName
{
background-color: #BBE8F1;
}
</style>
border-color css
<style>
span { border-color: #BBE8F1; }
span { border-color: rgb(187,232,241); }
td.TdClassName
{
border-color: #BBE8F1;
}
.TagClassName
{
border-color: #BBE8F1;
}
</style>