Shades of Onahau #BCE9EE
Tints of Onahau #BCE9EE
RGB
CMYK
RGB Variations
Color information
#BCE9EE (or 0xBCE9EE) is known color: Onahau. HEX triplet: BC, E9 and EE. RGB value is (188,233,238). Sum of RGB (Red+Green+Blue) = 188+233+238=659 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.53% from 659); Green value is 233 (91.41% from 255 or 35.36% from 659); Blue value is 238 (93.36% from 255 or 36.12% from 659); Max value from RGB is 238 - color contains mainly: blue. Hex color #BCE9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EE is #431611. Grayscale: #DCDCDC. Windows color (decimal): -4396562 or 15657404. OLE color: 15657404.
HSL color Cylindrical-coordinate representation of color #BCE9EE: hue angle of 186º 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 #BCE9EE is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 233 | 238 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.07 |
| HSL | 186º | 0.6% | 0.84% | - |
| HSV(B) | 186º | 0.21% | 0.93% | - |
| XYZ | 65.31 | 75.14 | 91.95 | - |
| YUV | 220.12 | 138.09 | 105.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 238 | 0.21 | 0.02 | 0 | 0.07 | 186 | 0.6 | 0.84 |
| Hex | BC | E9 | EE | 15 | 2 | 0 | 7 | BA | 3C | 54 |
| Octal | 274 | 351 | 356 | 25 | 2 | 0 | 7 | 272 | 74 | 124 |
| Binary | 10111100 | 11101001 | 11101110 | 10101 | 10 | 0 | 111 | 10111010 | 111100 | 1010100 |
Color Harmonies of #BCE9EE
Complementary color
Monochromatic Colors of #BCE9EE
Black with #BCE9EE
Text Example
Text Example
White with #BCE9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9EE; }
p { color: rgb(188,233,238); }
H1.HeaderClassName
{
color: #BCE9EE;
}
.AnyTagClassName
{
color: #BCE9EE;
}
</style>
background-color css
<style>
a { background-color: #BCE9EE; }
a { background-color: rgb(188,233,238); }
div.DivClassName
{
background-color: #BCE9EE;
}
.BgClassName
{
background-color: #BCE9EE;
}
</style>
border-color css
<style>
span { border-color: #BCE9EE; }
span { border-color: rgb(188,233,238); }
td.TdClassName
{
border-color: #BCE9EE;
}
.TagClassName
{
border-color: #BCE9EE;
}
</style>