Shades of Onahau #BCE8EC
Tints of Onahau #BCE8EC
RGB
CMYK
RGB Variations
Color information
#BCE8EC (or 0xBCE8EC) is known color: Onahau. HEX triplet: BC, E8 and EC. RGB value is (188,232,236). Sum of RGB (Red+Green+Blue) = 188+232+236=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 236 (92.58% from 255 or 35.98% from 656); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE8EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8EC is #431713. Grayscale: #DBDBDB. Windows color (decimal): -4396820 or 15526076. OLE color: 15526076.
HSL color Cylindrical-coordinate representation of color #BCE8EC: hue angle of 185º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE8EC is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 232 | 236 | - |
| CMYK | 0.20 | 0.02 | 0 | 0.07 |
| HSL | 185º | 0.56% | 0.83% | - |
| HSV(B) | 185º | 0.2% | 0.93% | - |
| XYZ | 64.74 | 74.46 | 90.32 | - |
| YUV | 219.3 | 137.42 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 236 | 0.20 | 0.02 | 0 | 0.07 | 185 | 0.56 | 0.83 |
| Hex | BC | E8 | EC | 14 | 2 | 0 | 7 | B9 | 38 | 53 |
| Octal | 274 | 350 | 354 | 24 | 2 | 0 | 7 | 271 | 70 | 123 |
| Binary | 10111100 | 11101000 | 11101100 | 10100 | 10 | 0 | 111 | 10111001 | 111000 | 1010011 |
Color Harmonies of #BCE8EC
Complementary color
Monochromatic Colors of #BCE8EC
Black with #BCE8EC
Text Example
Text Example
White with #BCE8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8EC; }
p { color: rgb(188,232,236); }
H1.HeaderClassName
{
color: #BCE8EC;
}
.AnyTagClassName
{
color: #BCE8EC;
}
</style>
background-color css
<style>
a { background-color: #BCE8EC; }
a { background-color: rgb(188,232,236); }
div.DivClassName
{
background-color: #BCE8EC;
}
.BgClassName
{
background-color: #BCE8EC;
}
</style>
border-color css
<style>
span { border-color: #BCE8EC; }
span { border-color: rgb(188,232,236); }
td.TdClassName
{
border-color: #BCE8EC;
}
.TagClassName
{
border-color: #BCE8EC;
}
</style>