Shades of Onahau #BBEEF2
Tints of Onahau #BBEEF2
RGB
CMYK
RGB Variations
Color information
#BBEEF2 (or 0xBBEEF2) is known color: Onahau. HEX triplet: BB, EE and F2. RGB value is (187,238,242). Sum of RGB (Red+Green+Blue) = 187+238+242=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 242 (94.92% from 255 or 36.28% from 667); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBEEF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF2 is #44110D. Grayscale: #DFDFDF. Windows color (decimal): -4460814 or 15920827. OLE color: 15920827.
HSL color Cylindrical-coordinate representation of color #BBEEF2: hue angle of 184.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBEEF2 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 238 | 242 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 184.36º | 0.68% | 0.84% | - |
| HSV(B) | 184.36º | 0.23% | 0.95% | - |
| XYZ | 67.1 | 78.12 | 95.55 | - |
| YUV | 223.21 | 138.6 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 242 | 0.23 | 0.02 | 0 | 0.05 | 184.36 | 0.68 | 0.84 |
| Hex | BB | EE | F2 | 17 | 2 | 0 | 5 | B8 | 44 | 54 |
| Octal | 273 | 356 | 362 | 27 | 2 | 0 | 5 | 270 | 104 | 124 |
| Binary | 10111011 | 11101110 | 11110010 | 10111 | 10 | 0 | 101 | 10111000 | 1000100 | 1010100 |
Color Harmonies of #BBEEF2
Complementary color
Monochromatic Colors of #BBEEF2
Black with #BBEEF2
Text Example
Text Example
White with #BBEEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEF2; }
p { color: rgb(187,238,242); }
H1.HeaderClassName
{
color: #BBEEF2;
}
.AnyTagClassName
{
color: #BBEEF2;
}
</style>
background-color css
<style>
a { background-color: #BBEEF2; }
a { background-color: rgb(187,238,242); }
div.DivClassName
{
background-color: #BBEEF2;
}
.BgClassName
{
background-color: #BBEEF2;
}
</style>
border-color css
<style>
span { border-color: #BBEEF2; }
span { border-color: rgb(187,238,242); }
td.TdClassName
{
border-color: #BBEEF2;
}
.TagClassName
{
border-color: #BBEEF2;
}
</style>