Shades of Onahau #BCECF2
Tints of Onahau #BCECF2
RGB
CMYK
RGB Variations
Color information
#BCECF2 (or 0xBCECF2) is known color: Onahau. HEX triplet: BC, EC and F2. RGB value is (188,236,242). Sum of RGB (Red+Green+Blue) = 188+236+242=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF2 is #43130D. Grayscale: #DEDEDE. Windows color (decimal): -4395790 or 15920316. OLE color: 15920316.
HSL color Cylindrical-coordinate representation of color #BCECF2: hue angle of 186.67º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCECF2 is Cyan = 0.22, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 236 | 242 | - |
| CMYK | 0.22 | 0.02 | 0 | 0.05 |
| HSL | 186.67º | 0.68% | 0.84% | - |
| HSV(B) | 186.67º | 0.22% | 0.95% | - |
| XYZ | 66.76 | 77.09 | 95.37 | - |
| YUV | 222.33 | 139.1 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 242 | 0.22 | 0.02 | 0 | 0.05 | 186.67 | 0.68 | 0.84 |
| Hex | BC | EC | F2 | 16 | 2 | 0 | 5 | BB | 44 | 54 |
| Octal | 274 | 354 | 362 | 26 | 2 | 0 | 5 | 273 | 104 | 124 |
| Binary | 10111100 | 11101100 | 11110010 | 10110 | 10 | 0 | 101 | 10111011 | 1000100 | 1010100 |
Color Harmonies of #BCECF2
Complementary color
Monochromatic Colors of #BCECF2
Black with #BCECF2
Text Example
Text Example
White with #BCECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECF2; }
p { color: rgb(188,236,242); }
H1.HeaderClassName
{
color: #BCECF2;
}
.AnyTagClassName
{
color: #BCECF2;
}
</style>
background-color css
<style>
a { background-color: #BCECF2; }
a { background-color: rgb(188,236,242); }
div.DivClassName
{
background-color: #BCECF2;
}
.BgClassName
{
background-color: #BCECF2;
}
</style>
border-color css
<style>
span { border-color: #BCECF2; }
span { border-color: rgb(188,236,242); }
td.TdClassName
{
border-color: #BCECF2;
}
.TagClassName
{
border-color: #BCECF2;
}
</style>