Shades of Onahau #BBEEF4
Tints of Onahau #BBEEF4
RGB
CMYK
RGB Variations
Color information
#BBEEF4 (or 0xBBEEF4) is known color: Onahau. HEX triplet: BB, EE and F4. RGB value is (187,238,244). Sum of RGB (Red+Green+Blue) = 187+238+244=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 238 (93.36% from 255 or 35.58% from 669); Blue value is 244 (95.70% from 255 or 36.47% from 669); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBEEF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF4 is #44110B. Grayscale: #DFDFDF. Windows color (decimal): -4460812 or 16051899. OLE color: 16051899.
HSL color Cylindrical-coordinate representation of color #BBEEF4: hue angle of 186.32º 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 #BBEEF4 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 238 | 244 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.04 |
| HSL | 186.32º | 0.72% | 0.85% | - |
| HSV(B) | 186.32º | 0.23% | 0.96% | - |
| XYZ | 67.4 | 78.25 | 97.14 | - |
| YUV | 223.44 | 139.6 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 244 | 0.23 | 0.02 | 0 | 0.04 | 186.32 | 0.72 | 0.85 |
| Hex | BB | EE | F4 | 17 | 2 | 0 | 4 | BA | 48 | 55 |
| Octal | 273 | 356 | 364 | 27 | 2 | 0 | 4 | 272 | 110 | 125 |
| Binary | 10111011 | 11101110 | 11110100 | 10111 | 10 | 0 | 100 | 10111010 | 1001000 | 1010101 |
Color Harmonies of #BBEEF4
Complementary color
Monochromatic Colors of #BBEEF4
Black with #BBEEF4
Text Example
Text Example
White with #BBEEF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEF4; }
p { color: rgb(187,238,244); }
H1.HeaderClassName
{
color: #BBEEF4;
}
.AnyTagClassName
{
color: #BBEEF4;
}
</style>
background-color css
<style>
a { background-color: #BBEEF4; }
a { background-color: rgb(187,238,244); }
div.DivClassName
{
background-color: #BBEEF4;
}
.BgClassName
{
background-color: #BBEEF4;
}
</style>
border-color css
<style>
span { border-color: #BBEEF4; }
span { border-color: rgb(187,238,244); }
td.TdClassName
{
border-color: #BBEEF4;
}
.TagClassName
{
border-color: #BBEEF4;
}
</style>