Shades of Onahau #BCE4E9
Tints of Onahau #BCE4E9
RGB
CMYK
RGB Variations
Color information
#BCE4E9 (or 0xBCE4E9) is known color: Onahau. HEX triplet: BC, E4 and E9. RGB value is (188,228,233). Sum of RGB (Red+Green+Blue) = 188+228+233=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 228 (89.45% from 255 or 35.13% from 649); Blue value is 233 (91.41% from 255 or 35.90% from 649); Max value from RGB is 233 - color contains mainly: blue. Hex color #BCE4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4E9 is #431B16. Grayscale: #D8D8D8. Windows color (decimal): -4397847 or 15328444. OLE color: 15328444.
HSL color Cylindrical-coordinate representation of color #BCE4E9: hue angle of 186.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 #BCE4E9 is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 188 | 228 | 233 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.09 |
| HSL | 186.67º | 0.51% | 0.83% | - |
| HSV(B) | 186.67º | 0.19% | 0.91% | - |
| XYZ | 63.19 | 72.06 | 87.67 | - |
| YUV | 216.61 | 137.25 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 233 | 0.19 | 0.02 | 0 | 0.09 | 186.67 | 0.51 | 0.83 |
| Hex | BC | E4 | E9 | 13 | 2 | 0 | 9 | BB | 33 | 53 |
| Octal | 274 | 344 | 351 | 23 | 2 | 0 | 11 | 273 | 63 | 123 |
| Binary | 10111100 | 11100100 | 11101001 | 10011 | 10 | 0 | 1001 | 10111011 | 110011 | 1010011 |
Color Harmonies of #BCE4E9
Complementary color
Monochromatic Colors of #BCE4E9
Black with #BCE4E9
Text Example
Text Example
White with #BCE4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4E9; }
p { color: rgb(188,228,233); }
H1.HeaderClassName
{
color: #BCE4E9;
}
.AnyTagClassName
{
color: #BCE4E9;
}
</style>
background-color css
<style>
a { background-color: #BCE4E9; }
a { background-color: rgb(188,228,233); }
div.DivClassName
{
background-color: #BCE4E9;
}
.BgClassName
{
background-color: #BCE4E9;
}
</style>
border-color css
<style>
span { border-color: #BCE4E9; }
span { border-color: rgb(188,228,233); }
td.TdClassName
{
border-color: #BCE4E9;
}
.TagClassName
{
border-color: #BCE4E9;
}
</style>