Shades of Onahau #BCE6EF
Tints of Onahau #BCE6EF
RGB
CMYK
RGB Variations
Color information
#BCE6EF (or 0xBCE6EF) is known color: Onahau. HEX triplet: BC, E6 and EF. RGB value is (188,230,239). Sum of RGB (Red+Green+Blue) = 188+230+239=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 230 (90.23% from 255 or 35.01% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #BCE6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE6EF is #431910. Grayscale: #DADADA. Windows color (decimal): -4397329 or 15722172. OLE color: 15722172.
HSL color Cylindrical-coordinate representation of color #BCE6EF: hue angle of 190.59º 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 #BCE6EF is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 230 | 239 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.06 |
| HSL | 190.59º | 0.61% | 0.84% | - |
| HSV(B) | 190.59º | 0.21% | 0.94% | - |
| XYZ | 64.62 | 73.52 | 92.45 | - |
| YUV | 218.47 | 139.59 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 230 | 239 | 0.21 | 0.04 | 0 | 0.06 | 190.59 | 0.61 | 0.84 |
| Hex | BC | E6 | EF | 15 | 4 | 0 | 6 | BF | 3D | 54 |
| Octal | 274 | 346 | 357 | 25 | 4 | 0 | 6 | 277 | 75 | 124 |
| Binary | 10111100 | 11100110 | 11101111 | 10101 | 100 | 0 | 110 | 10111111 | 111101 | 1010100 |
Color Harmonies of #BCE6EF
Complementary color
Monochromatic Colors of #BCE6EF
Black with #BCE6EF
Text Example
Text Example
White with #BCE6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE6EF; }
p { color: rgb(188,230,239); }
H1.HeaderClassName
{
color: #BCE6EF;
}
.AnyTagClassName
{
color: #BCE6EF;
}
</style>
background-color css
<style>
a { background-color: #BCE6EF; }
a { background-color: rgb(188,230,239); }
div.DivClassName
{
background-color: #BCE6EF;
}
.BgClassName
{
background-color: #BCE6EF;
}
</style>
border-color css
<style>
span { border-color: #BCE6EF; }
span { border-color: rgb(188,230,239); }
td.TdClassName
{
border-color: #BCE6EF;
}
.TagClassName
{
border-color: #BCE6EF;
}
</style>