Shades of Onahau #BCE2EE
Tints of Onahau #BCE2EE
RGB
CMYK
RGB Variations
Color information
#BCE2EE (or 0xBCE2EE) is known color: Onahau. HEX triplet: BC, E2 and EE. RGB value is (188,226,238). Sum of RGB (Red+Green+Blue) = 188+226+238=652 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.83% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 238 (93.36% from 255 or 36.50% from 652); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2EE is #431D11. Grayscale: #D7D7D7. Windows color (decimal): -4398354 or 15655612. OLE color: 15655612.
HSL color Cylindrical-coordinate representation of color #BCE2EE: hue angle of 194.4º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE2EE is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 226 | 238 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 194.4º | 0.6% | 0.84% | - |
| HSV(B) | 194.4º | 0.21% | 0.93% | - |
| XYZ | 63.37 | 71.26 | 91.3 | - |
| YUV | 216.01 | 140.41 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 238 | 0.21 | 0.05 | 0 | 0.07 | 194.4 | 0.6 | 0.84 |
| Hex | BC | E2 | EE | 15 | 5 | 0 | 7 | C2 | 3C | 54 |
| Octal | 274 | 342 | 356 | 25 | 5 | 0 | 7 | 302 | 74 | 124 |
| Binary | 10111100 | 11100010 | 11101110 | 10101 | 101 | 0 | 111 | 11000010 | 111100 | 1010100 |
Color Harmonies of #BCE2EE
Complementary color
Monochromatic Colors of #BCE2EE
Black with #BCE2EE
Text Example
Text Example
White with #BCE2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2EE; }
p { color: rgb(188,226,238); }
H1.HeaderClassName
{
color: #BCE2EE;
}
.AnyTagClassName
{
color: #BCE2EE;
}
</style>
background-color css
<style>
a { background-color: #BCE2EE; }
a { background-color: rgb(188,226,238); }
div.DivClassName
{
background-color: #BCE2EE;
}
.BgClassName
{
background-color: #BCE2EE;
}
</style>
border-color css
<style>
span { border-color: #BCE2EE; }
span { border-color: rgb(188,226,238); }
td.TdClassName
{
border-color: #BCE2EE;
}
.TagClassName
{
border-color: #BCE2EE;
}
</style>