Shades of Onahau #BCE1E9
Tints of Onahau #BCE1E9
RGB
CMYK
RGB Variations
Color information
#BCE1E9 (or 0xBCE1E9) is known color: Onahau. HEX triplet: BC, E1 and E9. RGB value is (188,225,233). Sum of RGB (Red+Green+Blue) = 188+225+233=646 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.10% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 233 (91.41% from 255 or 36.07% from 646); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCE1E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1E9 is #431E16. Grayscale: #D6D6D6. Windows color (decimal): -4398615 or 15327676. OLE color: 15327676.
HSL color Cylindrical-coordinate representation of color #BCE1E9: hue angle of 190.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCE1E9 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 225 | 233 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.09 |
| HSL | 190.67º | 0.51% | 0.83% | - |
| HSV(B) | 190.67º | 0.19% | 0.91% | - |
| XYZ | 62.37 | 70.42 | 87.4 | - |
| YUV | 214.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 233 | 0.19 | 0.03 | 0 | 0.09 | 190.67 | 0.51 | 0.83 |
| Hex | BC | E1 | E9 | 13 | 3 | 0 | 9 | BF | 33 | 53 |
| Octal | 274 | 341 | 351 | 23 | 3 | 0 | 11 | 277 | 63 | 123 |
| Binary | 10111100 | 11100001 | 11101001 | 10011 | 11 | 0 | 1001 | 10111111 | 110011 | 1010011 |
Color Harmonies of #BCE1E9
Complementary color
Monochromatic Colors of #BCE1E9
Black with #BCE1E9
Text Example
Text Example
White with #BCE1E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1E9; }
p { color: rgb(188,225,233); }
H1.HeaderClassName
{
color: #BCE1E9;
}
.AnyTagClassName
{
color: #BCE1E9;
}
</style>
background-color css
<style>
a { background-color: #BCE1E9; }
a { background-color: rgb(188,225,233); }
div.DivClassName
{
background-color: #BCE1E9;
}
.BgClassName
{
background-color: #BCE1E9;
}
</style>
border-color css
<style>
span { border-color: #BCE1E9; }
span { border-color: rgb(188,225,233); }
td.TdClassName
{
border-color: #BCE1E9;
}
.TagClassName
{
border-color: #BCE1E9;
}
</style>