Shades of Onahau #BCE2E8
Tints of Onahau #BCE2E8
RGB
CMYK
RGB Variations
Color information
#BCE2E8 (or 0xBCE2E8) is known color: Onahau. HEX triplet: BC, E2 and E8. RGB value is (188,226,232). Sum of RGB (Red+Green+Blue) = 188+226+232=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 226 (88.67% from 255 or 34.98% from 646); Blue value is 232 (91.02% from 255 or 35.91% from 646); Max value from RGB is 232 - color contains mainly: blue. Hex color #BCE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2E8 is #431D17. Grayscale: #D7D7D7. Windows color (decimal): -4398360 or 15262396. OLE color: 15262396.
HSL color Cylindrical-coordinate representation of color #BCE2E8: hue angle of 188.18º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE2E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 226 | 232 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 188.18º | 0.49% | 0.82% | - |
| HSV(B) | 188.18º | 0.19% | 0.91% | - |
| XYZ | 62.5 | 70.91 | 86.74 | - |
| YUV | 215.32 | 137.41 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 232 | 0.19 | 0.03 | 0 | 0.09 | 188.18 | 0.49 | 0.82 |
| Hex | BC | E2 | E8 | 13 | 3 | 0 | 9 | BC | 31 | 52 |
| Octal | 274 | 342 | 350 | 23 | 3 | 0 | 11 | 274 | 61 | 122 |
| Binary | 10111100 | 11100010 | 11101000 | 10011 | 11 | 0 | 1001 | 10111100 | 110001 | 1010010 |
Color Harmonies of #BCE2E8
Complementary color
Monochromatic Colors of #BCE2E8
Black with #BCE2E8
Text Example
Text Example
White with #BCE2E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2E8; }
p { color: rgb(188,226,232); }
H1.HeaderClassName
{
color: #BCE2E8;
}
.AnyTagClassName
{
color: #BCE2E8;
}
</style>
background-color css
<style>
a { background-color: #BCE2E8; }
a { background-color: rgb(188,226,232); }
div.DivClassName
{
background-color: #BCE2E8;
}
.BgClassName
{
background-color: #BCE2E8;
}
</style>
border-color css
<style>
span { border-color: #BCE2E8; }
span { border-color: rgb(188,226,232); }
td.TdClassName
{
border-color: #BCE2E8;
}
.TagClassName
{
border-color: #BCE2E8;
}
</style>