Shades of Onahau #BBECFA
Tints of Onahau #BBECFA
RGB
CMYK
RGB Variations
Color information
#BBECFA (or 0xBBECFA) is known color: Onahau. HEX triplet: BB, EC and FA. RGB value is (187,236,250). Sum of RGB (Red+Green+Blue) = 187+236+250=673 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.79% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBECFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFA is #441305. Grayscale: #DEDEDE. Windows color (decimal): -4461318 or 16444603. OLE color: 16444603.
HSL color Cylindrical-coordinate representation of color #BBECFA: hue angle of 193.33º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBECFA is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 236 | 250 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.02 |
| HSL | 193.33º | 0.86% | 0.86% | - |
| HSV(B) | 193.33º | 0.25% | 0.98% | - |
| XYZ | 67.74 | 77.46 | 101.82 | - |
| YUV | 222.95 | 143.27 | 102.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 250 | 0.25 | 0.06 | 0 | 0.02 | 193.33 | 0.86 | 0.86 |
| Hex | BB | EC | FA | 19 | 6 | 0 | 2 | C1 | 56 | 56 |
| Octal | 273 | 354 | 372 | 31 | 6 | 0 | 2 | 301 | 126 | 126 |
| Binary | 10111011 | 11101100 | 11111010 | 11001 | 110 | 0 | 10 | 11000001 | 1010110 | 1010110 |
Color Harmonies of #BBECFA
Complementary color
Monochromatic Colors of #BBECFA
Black with #BBECFA
Text Example
Text Example
White with #BBECFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECFA; }
p { color: rgb(187,236,250); }
H1.HeaderClassName
{
color: #BBECFA;
}
.AnyTagClassName
{
color: #BBECFA;
}
</style>
background-color css
<style>
a { background-color: #BBECFA; }
a { background-color: rgb(187,236,250); }
div.DivClassName
{
background-color: #BBECFA;
}
.BgClassName
{
background-color: #BBECFA;
}
</style>
border-color css
<style>
span { border-color: #BBECFA; }
span { border-color: rgb(187,236,250); }
td.TdClassName
{
border-color: #BBECFA;
}
.TagClassName
{
border-color: #BBECFA;
}
</style>