Shades of Onahau #BBEEF3
Tints of Onahau #BBEEF3
RGB
CMYK
RGB Variations
Color information
#BBEEF3 (or 0xBBEEF3) is known color: Onahau. HEX triplet: BB, EE and F3. RGB value is (187,238,243). Sum of RGB (Red+Green+Blue) = 187+238+243=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 238 (93.36% from 255 or 35.63% from 668); Blue value is 243 (95.31% from 255 or 36.38% from 668); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBEEF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF3 is #44110C. Grayscale: #DFDFDF. Windows color (decimal): -4460813 or 15986363. OLE color: 15986363.
HSL color Cylindrical-coordinate representation of color #BBEEF3: hue angle of 185.36º degrees, saturation: 0.7, 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 #BBEEF3 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 238 | 243 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.05 |
| HSL | 185.36º | 0.7% | 0.84% | - |
| HSV(B) | 185.36º | 0.23% | 0.95% | - |
| XYZ | 67.25 | 78.18 | 96.34 | - |
| YUV | 223.32 | 139.1 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 238 | 243 | 0.23 | 0.02 | 0 | 0.05 | 185.36 | 0.7 | 0.84 |
| Hex | BB | EE | F3 | 17 | 2 | 0 | 5 | B9 | 46 | 54 |
| Octal | 273 | 356 | 363 | 27 | 2 | 0 | 5 | 271 | 106 | 124 |
| Binary | 10111011 | 11101110 | 11110011 | 10111 | 10 | 0 | 101 | 10111001 | 1000110 | 1010100 |
Color Harmonies of #BBEEF3
Complementary color
Monochromatic Colors of #BBEEF3
Black with #BBEEF3
Text Example
Text Example
White with #BBEEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBEEF3; }
p { color: rgb(187,238,243); }
H1.HeaderClassName
{
color: #BBEEF3;
}
.AnyTagClassName
{
color: #BBEEF3;
}
</style>
background-color css
<style>
a { background-color: #BBEEF3; }
a { background-color: rgb(187,238,243); }
div.DivClassName
{
background-color: #BBEEF3;
}
.BgClassName
{
background-color: #BBEEF3;
}
</style>
border-color css
<style>
span { border-color: #BBEEF3; }
span { border-color: rgb(187,238,243); }
td.TdClassName
{
border-color: #BBEEF3;
}
.TagClassName
{
border-color: #BBEEF3;
}
</style>