Shades of Onahau #BCE2EF
Tints of Onahau #BCE2EF
RGB
CMYK
RGB Variations
Color information
#BCE2EF (or 0xBCE2EF) is known color: Onahau. HEX triplet: BC, E2 and EF. RGB value is (188,226,239). Sum of RGB (Red+Green+Blue) = 188+226+239=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EF is #431D10. Grayscale: #D8D8D8. Windows color (decimal): -4398353 or 15721148. OLE color: 15721148.
HSL color Cylindrical-coordinate representation of color #BCE2EF: hue angle of 195.29º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE2EF is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 226 | 239 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.06 |
| HSL | 195.29º | 0.61% | 0.84% | - |
| HSV(B) | 195.29º | 0.21% | 0.94% | - |
| XYZ | 63.52 | 71.32 | 92.08 | - |
| YUV | 216.12 | 140.91 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 239 | 0.21 | 0.05 | 0 | 0.06 | 195.29 | 0.61 | 0.84 |
| Hex | BC | E2 | EF | 15 | 5 | 0 | 6 | C3 | 3D | 54 |
| Octal | 274 | 342 | 357 | 25 | 5 | 0 | 6 | 303 | 75 | 124 |
| Binary | 10111100 | 11100010 | 11101111 | 10101 | 101 | 0 | 110 | 11000011 | 111101 | 1010100 |
Color Harmonies of #BCE2EF
Complementary color
Monochromatic Colors of #BCE2EF
Black with #BCE2EF
Text Example
Text Example
White with #BCE2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2EF; }
p { color: rgb(188,226,239); }
H1.HeaderClassName
{
color: #BCE2EF;
}
.AnyTagClassName
{
color: #BCE2EF;
}
</style>
background-color css
<style>
a { background-color: #BCE2EF; }
a { background-color: rgb(188,226,239); }
div.DivClassName
{
background-color: #BCE2EF;
}
.BgClassName
{
background-color: #BCE2EF;
}
</style>
border-color css
<style>
span { border-color: #BCE2EF; }
span { border-color: rgb(188,226,239); }
td.TdClassName
{
border-color: #BCE2EF;
}
.TagClassName
{
border-color: #BCE2EF;
}
</style>