Shades of Onahau #BBE8F3
Tints of Onahau #BBE8F3
RGB
CMYK
RGB Variations
Color information
#BBE8F3 (or 0xBBE8F3) is known color: Onahau. HEX triplet: BB, E8 and F3. RGB value is (187,232,243). Sum of RGB (Red+Green+Blue) = 187+232+243=662 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.25% from 662); Green value is 232 (91.02% from 255 or 35.05% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8F3 is #44170C. Grayscale: #DBDBDB. Windows color (decimal): -4462349 or 15984827. OLE color: 15984827.
HSL color Cylindrical-coordinate representation of color #BBE8F3: hue angle of 191.79º degrees, saturation: 0.7, 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 #BBE8F3 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 232 | 243 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.05 |
| HSL | 191.79º | 0.7% | 0.84% | - |
| HSV(B) | 191.79º | 0.23% | 0.95% | - |
| XYZ | 65.53 | 74.75 | 95.77 | - |
| YUV | 219.8 | 141.09 | 104.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 243 | 0.23 | 0.05 | 0 | 0.05 | 191.79 | 0.7 | 0.84 |
| Hex | BB | E8 | F3 | 17 | 5 | 0 | 5 | C0 | 46 | 54 |
| Octal | 273 | 350 | 363 | 27 | 5 | 0 | 5 | 300 | 106 | 124 |
| Binary | 10111011 | 11101000 | 11110011 | 10111 | 101 | 0 | 101 | 11000000 | 1000110 | 1010100 |
Color Harmonies of #BBE8F3
Complementary color
Monochromatic Colors of #BBE8F3
Black with #BBE8F3
Text Example
Text Example
White with #BBE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8F3; }
p { color: rgb(187,232,243); }
H1.HeaderClassName
{
color: #BBE8F3;
}
.AnyTagClassName
{
color: #BBE8F3;
}
</style>
background-color css
<style>
a { background-color: #BBE8F3; }
a { background-color: rgb(187,232,243); }
div.DivClassName
{
background-color: #BBE8F3;
}
.BgClassName
{
background-color: #BBE8F3;
}
</style>
border-color css
<style>
span { border-color: #BBE8F3; }
span { border-color: rgb(187,232,243); }
td.TdClassName
{
border-color: #BBE8F3;
}
.TagClassName
{
border-color: #BBE8F3;
}
</style>