Shades of Onahau #BCE0EF
Tints of Onahau #BCE0EF
RGB
CMYK
RGB Variations
Color information
#BCE0EF (or 0xBCE0EF) is known color: Onahau. HEX triplet: BC, E0 and EF. RGB value is (188,224,239). Sum of RGB (Red+Green+Blue) = 188+224+239=651 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.88% from 651); Green value is 224 (87.89% from 255 or 34.41% from 651); Blue value is 239 (93.75% from 255 or 36.71% from 651); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0EF is #431F10. Grayscale: #D6D6D6. Windows color (decimal): -4398865 or 15720636. OLE color: 15720636.
HSL color Cylindrical-coordinate representation of color #BCE0EF: hue angle of 197.65º 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 #BCE0EF is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 224 | 239 | - |
| CMYK | 0.21 | 0.06 | 0 | 0.06 |
| HSL | 197.65º | 0.61% | 0.84% | - |
| HSV(B) | 197.65º | 0.21% | 0.94% | - |
| XYZ | 62.97 | 70.23 | 91.9 | - |
| YUV | 214.95 | 141.57 | 108.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 239 | 0.21 | 0.06 | 0 | 0.06 | 197.65 | 0.61 | 0.84 |
| Hex | BC | E0 | EF | 15 | 6 | 0 | 6 | C6 | 3D | 54 |
| Octal | 274 | 340 | 357 | 25 | 6 | 0 | 6 | 306 | 75 | 124 |
| Binary | 10111100 | 11100000 | 11101111 | 10101 | 110 | 0 | 110 | 11000110 | 111101 | 1010100 |
Color Harmonies of #BCE0EF
Complementary color
Monochromatic Colors of #BCE0EF
Black with #BCE0EF
Text Example
Text Example
White with #BCE0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0EF; }
p { color: rgb(188,224,239); }
H1.HeaderClassName
{
color: #BCE0EF;
}
.AnyTagClassName
{
color: #BCE0EF;
}
</style>
background-color css
<style>
a { background-color: #BCE0EF; }
a { background-color: rgb(188,224,239); }
div.DivClassName
{
background-color: #BCE0EF;
}
.BgClassName
{
background-color: #BCE0EF;
}
</style>
border-color css
<style>
span { border-color: #BCE0EF; }
span { border-color: rgb(188,224,239); }
td.TdClassName
{
border-color: #BCE0EF;
}
.TagClassName
{
border-color: #BCE0EF;
}
</style>