Shades of Onahau #BBE4F4
Tints of Onahau #BBE4F4
RGB
CMYK
RGB Variations
Color information
#BBE4F4 (or 0xBBE4F4) is known color: Onahau. HEX triplet: BB, E4 and F4. RGB value is (187,228,244). Sum of RGB (Red+Green+Blue) = 187+228+244=659 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.38% from 659); Green value is 228 (89.45% from 255 or 34.60% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBE4F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F4 is #441B0B. Grayscale: #D9D9D9. Windows color (decimal): -4463372 or 16049339. OLE color: 16049339.
HSL color Cylindrical-coordinate representation of color #BBE4F4: hue angle of 196.84º degrees, saturation: 0.72, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBE4F4 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 228 | 244 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.04 |
| HSL | 196.84º | 0.72% | 0.85% | - |
| HSV(B) | 196.84º | 0.23% | 0.96% | - |
| XYZ | 64.57 | 72.58 | 96.19 | - |
| YUV | 217.57 | 142.92 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 244 | 0.23 | 0.07 | 0 | 0.04 | 196.84 | 0.72 | 0.85 |
| Hex | BB | E4 | F4 | 17 | 7 | 0 | 4 | C5 | 48 | 55 |
| Octal | 273 | 344 | 364 | 27 | 7 | 0 | 4 | 305 | 110 | 125 |
| Binary | 10111011 | 11100100 | 11110100 | 10111 | 111 | 0 | 100 | 11000101 | 1001000 | 1010101 |
Color Harmonies of #BBE4F4
Complementary color
Monochromatic Colors of #BBE4F4
Black with #BBE4F4
Text Example
Text Example
White with #BBE4F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4F4; }
p { color: rgb(187,228,244); }
H1.HeaderClassName
{
color: #BBE4F4;
}
.AnyTagClassName
{
color: #BBE4F4;
}
</style>
background-color css
<style>
a { background-color: #BBE4F4; }
a { background-color: rgb(187,228,244); }
div.DivClassName
{
background-color: #BBE4F4;
}
.BgClassName
{
background-color: #BBE4F4;
}
</style>
border-color css
<style>
span { border-color: #BBE4F4; }
span { border-color: rgb(187,228,244); }
td.TdClassName
{
border-color: #BBE4F4;
}
.TagClassName
{
border-color: #BBE4F4;
}
</style>