Shades of Onahau #BBE4F5
Tints of Onahau #BBE4F5
RGB
CMYK
RGB Variations
Color information
#BBE4F5 (or 0xBBE4F5) is known color: Onahau. HEX triplet: BB, E4 and F5. RGB value is (187,228,245). Sum of RGB (Red+Green+Blue) = 187+228+245=660 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.33% from 660); Green value is 228 (89.45% from 255 or 34.55% from 660); Blue value is 245 (96.09% from 255 or 37.12% from 660); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBE4F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4F5 is #441B0A. Grayscale: #D9D9D9. Windows color (decimal): -4463371 or 16114875. OLE color: 16114875.
HSL color Cylindrical-coordinate representation of color #BBE4F5: hue angle of 197.59º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBE4F5 is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 228 | 245 | - |
| CMYK | 0.24 | 0.07 | 0 | 0.04 |
| HSL | 197.59º | 0.74% | 0.85% | - |
| HSV(B) | 197.59º | 0.24% | 0.96% | - |
| XYZ | 64.72 | 72.64 | 97 | - |
| YUV | 217.68 | 143.42 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 245 | 0.24 | 0.07 | 0 | 0.04 | 197.59 | 0.74 | 0.85 |
| Hex | BB | E4 | F5 | 18 | 7 | 0 | 4 | C6 | 4A | 55 |
| Octal | 273 | 344 | 365 | 30 | 7 | 0 | 4 | 306 | 112 | 125 |
| Binary | 10111011 | 11100100 | 11110101 | 11000 | 111 | 0 | 100 | 11000110 | 1001010 | 1010101 |
Color Harmonies of #BBE4F5
Complementary color
Monochromatic Colors of #BBE4F5
Black with #BBE4F5
Text Example
Text Example
White with #BBE4F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4F5; }
p { color: rgb(187,228,245); }
H1.HeaderClassName
{
color: #BBE4F5;
}
.AnyTagClassName
{
color: #BBE4F5;
}
</style>
background-color css
<style>
a { background-color: #BBE4F5; }
a { background-color: rgb(187,228,245); }
div.DivClassName
{
background-color: #BBE4F5;
}
.BgClassName
{
background-color: #BBE4F5;
}
</style>
border-color css
<style>
span { border-color: #BBE4F5; }
span { border-color: rgb(187,228,245); }
td.TdClassName
{
border-color: #BBE4F5;
}
.TagClassName
{
border-color: #BBE4F5;
}
</style>