Shades of Onahau #BCE5EF
Tints of Onahau #BCE5EF
RGB
CMYK
RGB Variations
Color information
#BCE5EF (or 0xBCE5EF) is known color: Onahau. HEX triplet: BC, E5 and EF. RGB value is (188,229,239). Sum of RGB (Red+Green+Blue) = 188+229+239=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 229 (89.84% from 255 or 34.91% from 656); Blue value is 239 (93.75% from 255 or 36.43% from 656); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5EF is #431A10. Grayscale: #D9D9D9. Windows color (decimal): -4397585 or 15721916. OLE color: 15721916.
HSL color Cylindrical-coordinate representation of color #BCE5EF: hue angle of 191.76º 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 #BCE5EF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 229 | 239 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.06 |
| HSL | 191.76º | 0.61% | 0.84% | - |
| HSV(B) | 191.76º | 0.21% | 0.94% | - |
| XYZ | 64.34 | 72.96 | 92.35 | - |
| YUV | 217.88 | 139.92 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 229 | 239 | 0.21 | 0.04 | 0 | 0.06 | 191.76 | 0.61 | 0.84 |
| Hex | BC | E5 | EF | 15 | 4 | 0 | 6 | C0 | 3D | 54 |
| Octal | 274 | 345 | 357 | 25 | 4 | 0 | 6 | 300 | 75 | 124 |
| Binary | 10111100 | 11100101 | 11101111 | 10101 | 100 | 0 | 110 | 11000000 | 111101 | 1010100 |
Color Harmonies of #BCE5EF
Complementary color
Monochromatic Colors of #BCE5EF
Black with #BCE5EF
Text Example
Text Example
White with #BCE5EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE5EF; }
p { color: rgb(188,229,239); }
H1.HeaderClassName
{
color: #BCE5EF;
}
.AnyTagClassName
{
color: #BCE5EF;
}
</style>
background-color css
<style>
a { background-color: #BCE5EF; }
a { background-color: rgb(188,229,239); }
div.DivClassName
{
background-color: #BCE5EF;
}
.BgClassName
{
background-color: #BCE5EF;
}
</style>
border-color css
<style>
span { border-color: #BCE5EF; }
span { border-color: rgb(188,229,239); }
td.TdClassName
{
border-color: #BCE5EF;
}
.TagClassName
{
border-color: #BCE5EF;
}
</style>