Shades of Onahau #BBE8F2
Tints of Onahau #BBE8F2
RGB
CMYK
RGB Variations
Color information
#BBE8F2 (or 0xBBE8F2) is known color: Onahau. HEX triplet: BB, E8 and F2. RGB value is (187,232,242). Sum of RGB (Red+Green+Blue) = 187+232+242=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 232 (91.02% from 255 or 35.10% from 661); Blue value is 242 (94.92% from 255 or 36.61% from 661); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F2 is #44170D. Grayscale: #DBDBDB. Windows color (decimal): -4462350 or 15919291. OLE color: 15919291.
HSL color Cylindrical-coordinate representation of color #BBE8F2: hue angle of 190.91º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE8F2 is Cyan = 0.23, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 232 | 242 | - |
| CMYK | 0.23 | 0.04 | 0 | 0.05 |
| HSL | 190.91º | 0.68% | 0.84% | - |
| HSV(B) | 190.91º | 0.23% | 0.95% | - |
| XYZ | 65.38 | 74.69 | 94.98 | - |
| YUV | 219.69 | 140.59 | 104.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 242 | 0.23 | 0.04 | 0 | 0.05 | 190.91 | 0.68 | 0.84 |
| Hex | BB | E8 | F2 | 17 | 4 | 0 | 5 | BF | 44 | 54 |
| Octal | 273 | 350 | 362 | 27 | 4 | 0 | 5 | 277 | 104 | 124 |
| Binary | 10111011 | 11101000 | 11110010 | 10111 | 100 | 0 | 101 | 10111111 | 1000100 | 1010100 |
Color Harmonies of #BBE8F2
Complementary color
Monochromatic Colors of #BBE8F2
Black with #BBE8F2
Text Example
Text Example
White with #BBE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8F2; }
p { color: rgb(187,232,242); }
H1.HeaderClassName
{
color: #BBE8F2;
}
.AnyTagClassName
{
color: #BBE8F2;
}
</style>
background-color css
<style>
a { background-color: #BBE8F2; }
a { background-color: rgb(187,232,242); }
div.DivClassName
{
background-color: #BBE8F2;
}
.BgClassName
{
background-color: #BBE8F2;
}
</style>
border-color css
<style>
span { border-color: #BBE8F2; }
span { border-color: rgb(187,232,242); }
td.TdClassName
{
border-color: #BBE8F2;
}
.TagClassName
{
border-color: #BBE8F2;
}
</style>