Shades of Onahau #BBECF6
Tints of Onahau #BBECF6
RGB
CMYK
RGB Variations
Color information
#BBECF6 (or 0xBBECF6) is known color: Onahau. HEX triplet: BB, EC and F6. RGB value is (187,236,246). Sum of RGB (Red+Green+Blue) = 187+236+246=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBECF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECF6 is #441309. Grayscale: #DEDEDE. Windows color (decimal): -4461322 or 16182459. OLE color: 16182459.
HSL color Cylindrical-coordinate representation of color #BBECF6: hue angle of 190.17º degrees, saturation: 0.77, 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 #BBECF6 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 187 | 236 | 246 | - |
| CMYK | 0.24 | 0.04 | 0 | 0.04 |
| HSL | 190.17º | 0.77% | 0.85% | - |
| HSV(B) | 190.17º | 0.24% | 0.96% | - |
| XYZ | 67.12 | 77.21 | 98.55 | - |
| YUV | 222.49 | 141.27 | 102.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 246 | 0.24 | 0.04 | 0 | 0.04 | 190.17 | 0.77 | 0.85 |
| Hex | BB | EC | F6 | 18 | 4 | 0 | 4 | BE | 4D | 55 |
| Octal | 273 | 354 | 366 | 30 | 4 | 0 | 4 | 276 | 115 | 125 |
| Binary | 10111011 | 11101100 | 11110110 | 11000 | 100 | 0 | 100 | 10111110 | 1001101 | 1010101 |
Color Harmonies of #BBECF6
Complementary color
Monochromatic Colors of #BBECF6
Black with #BBECF6
Text Example
Text Example
White with #BBECF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECF6; }
p { color: rgb(187,236,246); }
H1.HeaderClassName
{
color: #BBECF6;
}
.AnyTagClassName
{
color: #BBECF6;
}
</style>
background-color css
<style>
a { background-color: #BBECF6; }
a { background-color: rgb(187,236,246); }
div.DivClassName
{
background-color: #BBECF6;
}
.BgClassName
{
background-color: #BBECF6;
}
</style>
border-color css
<style>
span { border-color: #BBECF6; }
span { border-color: rgb(187,236,246); }
td.TdClassName
{
border-color: #BBECF6;
}
.TagClassName
{
border-color: #BBECF6;
}
</style>