Shades of Onahau #BBE8FE
Tints of Onahau #BBE8FE
RGB
CMYK
RGB Variations
Color information
#BBE8FE (or 0xBBE8FE) is known color: Onahau. HEX triplet: BB, E8 and FE. RGB value is (187,232,254). Sum of RGB (Red+Green+Blue) = 187+232+254=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 232 (91.02% from 255 or 34.47% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8FE is #441701. Grayscale: #DCDCDC. Windows color (decimal): -4462338 or 16705723. OLE color: 16705723.
HSL color Cylindrical-coordinate representation of color #BBE8FE: hue angle of 199.7º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE8FE is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 232 | 254 | - |
| CMYK | 0.26 | 0.09 | 0 | 0.00 |
| HSL | 199.7º | 0.97% | 0.86% | - |
| HSV(B) | 199.7º | 0.26% | 1% | - |
| XYZ | 67.24 | 75.43 | 104.78 | - |
| YUV | 221.05 | 146.59 | 103.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 232 | 254 | 0.26 | 0.09 | 0 | 0.00 | 199.7 | 0.97 | 0.86 |
| Hex | BB | E8 | FE | 1A | 9 | 0 | 0 | C8 | 61 | 56 |
| Octal | 273 | 350 | 376 | 32 | 11 | 0 | 0 | 310 | 141 | 126 |
| Binary | 10111011 | 11101000 | 11111110 | 11010 | 1001 | 0 | 0 | 11001000 | 1100001 | 1010110 |
Color Harmonies of #BBE8FE
Complementary color
Monochromatic Colors of #BBE8FE
Black with #BBE8FE
Text Example
Text Example
White with #BBE8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE8FE; }
p { color: rgb(187,232,254); }
H1.HeaderClassName
{
color: #BBE8FE;
}
.AnyTagClassName
{
color: #BBE8FE;
}
</style>
background-color css
<style>
a { background-color: #BBE8FE; }
a { background-color: rgb(187,232,254); }
div.DivClassName
{
background-color: #BBE8FE;
}
.BgClassName
{
background-color: #BBE8FE;
}
</style>
border-color css
<style>
span { border-color: #BBE8FE; }
span { border-color: rgb(187,232,254); }
td.TdClassName
{
border-color: #BBE8FE;
}
.TagClassName
{
border-color: #BBE8FE;
}
</style>