Shades of Onahau #BCE9EC
Tints of Onahau #BCE9EC
RGB
CMYK
RGB Variations
Color information
#BCE9EC (or 0xBCE9EC) is known color: Onahau. HEX triplet: BC, E9 and EC. RGB value is (188,233,236). Sum of RGB (Red+Green+Blue) = 188+233+236=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 236 - color contains mainly: blue. Hex color #BCE9EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9EC is #431613. Grayscale: #DBDBDB. Windows color (decimal): -4396564 or 15526332. OLE color: 15526332.
HSL color Cylindrical-coordinate representation of color #BCE9EC: hue angle of 183.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCE9EC is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 233 | 236 | - |
| CMYK | 0.20 | 0.01 | 0 | 0.07 |
| HSL | 183.75º | 0.56% | 0.83% | - |
| HSV(B) | 183.75º | 0.2% | 0.93% | - |
| XYZ | 65.02 | 75.03 | 90.41 | - |
| YUV | 219.89 | 137.09 | 105.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 233 | 236 | 0.20 | 0.01 | 0 | 0.07 | 183.75 | 0.56 | 0.83 |
| Hex | BC | E9 | EC | 14 | 1 | 0 | 7 | B8 | 38 | 53 |
| Octal | 274 | 351 | 354 | 24 | 1 | 0 | 7 | 270 | 70 | 123 |
| Binary | 10111100 | 11101001 | 11101100 | 10100 | 1 | 0 | 111 | 10111000 | 111000 | 1010011 |
Color Harmonies of #BCE9EC
Complementary color
Monochromatic Colors of #BCE9EC
Black with #BCE9EC
Text Example
Text Example
White with #BCE9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE9EC; }
p { color: rgb(188,233,236); }
H1.HeaderClassName
{
color: #BCE9EC;
}
.AnyTagClassName
{
color: #BCE9EC;
}
</style>
background-color css
<style>
a { background-color: #BCE9EC; }
a { background-color: rgb(188,233,236); }
div.DivClassName
{
background-color: #BCE9EC;
}
.BgClassName
{
background-color: #BCE9EC;
}
</style>
border-color css
<style>
span { border-color: #BCE9EC; }
span { border-color: rgb(188,233,236); }
td.TdClassName
{
border-color: #BCE9EC;
}
.TagClassName
{
border-color: #BCE9EC;
}
</style>