Shades of Onahau #BBEEF7
Tints of Onahau #BBEEF7
RGB
CMYK
RGB Variations
Color information
#BBEEF7 (or 0xBBEEF7) is known color: Onahau. HEX triplet: BB, EE and F7. RGB value is (187,238,247). Sum of RGB (Red+Green+Blue) = 187+238+247=672 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.83% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 247 (96.88% from 255 or 36.76% from 672); Max value from RGB is 247 - color contains mainly: blue. Hex color #BBEEF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF7 is #441108. Grayscale: #DFDFDF. Windows color (decimal): -4460809 or 16248507. OLE color: 16248507.
HSL color Cylindrical-coordinate representation of color #BBEEF7: hue angle of 189º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEEF7 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 187 | 238 | 247 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.03 |
| HSL | 189º | 0.79% | 0.85% | - |
| HSV(B) | 189º | 0.24% | 0.97% | - |
| XYZ | 67.86 | 78.43 | 99.56 | - |
| YUV | 223.78 | 141.1 | 101.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 247 | 0.24 | 0.04 | 0 | 0.03 | 189 | 0.79 | 0.85 |
| Hex | BB | EE | F7 | 18 | 4 | 0 | 3 | BD | 4F | 55 |
| Octal | 273 | 356 | 367 | 30 | 4 | 0 | 3 | 275 | 117 | 125 |
| Binary | 10111011 | 11101110 | 11110111 | 11000 | 100 | 0 | 11 | 10111101 | 1001111 | 1010101 |
Color Harmonies of #BBEEF7
Complementary color
Monochromatic Colors of #BBEEF7
Black with #BBEEF7
Text Example
Text Example
White with #BBEEF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEF7; }
p { color: rgb(187,238,247); }
H1.HeaderClassName
{
color: #BBEEF7;
}
.AnyTagClassName
{
color: #BBEEF7;
}
</style>
background-color css
<style>
a { background-color: #BBEEF7; }
a { background-color: rgb(187,238,247); }
div.DivClassName
{
background-color: #BBEEF7;
}
.BgClassName
{
background-color: #BBEEF7;
}
</style>
border-color css
<style>
span { border-color: #BBEEF7; }
span { border-color: rgb(187,238,247); }
td.TdClassName
{
border-color: #BBEEF7;
}
.TagClassName
{
border-color: #BBEEF7;
}
</style>