Shades of Onahau #BBECFC
Tints of Onahau #BBECFC
RGB
CMYK
RGB Variations
Color information
#BBECFC (or 0xBBECFC) is known color: Onahau. HEX triplet: BB, EC and FC. RGB value is (187,236,252). Sum of RGB (Red+Green+Blue) = 187+236+252=675 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.70% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBECFC is #441303. Grayscale: #DFDFDF. Windows color (decimal): -4461316 or 16575675. OLE color: 16575675.
HSL color Cylindrical-coordinate representation of color #BBECFC: hue angle of 194.77º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBECFC is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 236 | 252 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.01 |
| HSL | 194.77º | 0.92% | 0.86% | - |
| HSV(B) | 194.77º | 0.26% | 0.99% | - |
| XYZ | 68.06 | 77.58 | 103.48 | - |
| YUV | 223.17 | 144.27 | 102.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 236 | 252 | 0.26 | 0.06 | 0 | 0.01 | 194.77 | 0.92 | 0.86 |
| Hex | BB | EC | FC | 1A | 6 | 0 | 1 | C3 | 5C | 56 |
| Octal | 273 | 354 | 374 | 32 | 6 | 0 | 1 | 303 | 134 | 126 |
| Binary | 10111011 | 11101100 | 11111100 | 11010 | 110 | 0 | 1 | 11000011 | 1011100 | 1010110 |
Color Harmonies of #BBECFC
Complementary color
Monochromatic Colors of #BBECFC
Black with #BBECFC
Text Example
Text Example
White with #BBECFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBECFC; }
p { color: rgb(187,236,252); }
H1.HeaderClassName
{
color: #BBECFC;
}
.AnyTagClassName
{
color: #BBECFC;
}
</style>
background-color css
<style>
a { background-color: #BBECFC; }
a { background-color: rgb(187,236,252); }
div.DivClassName
{
background-color: #BBECFC;
}
.BgClassName
{
background-color: #BBECFC;
}
</style>
border-color css
<style>
span { border-color: #BBECFC; }
span { border-color: rgb(187,236,252); }
td.TdClassName
{
border-color: #BBECFC;
}
.TagClassName
{
border-color: #BBECFC;
}
</style>