Shades of Onahau #BCE4E4
Tints of Onahau #BCE4E4
RGB
CMYK
RGB Variations
Color information
#BCE4E4 (or 0xBCE4E4) is known color: Onahau. HEX triplet: BC, E4 and E4. RGB value is (188,228,228). Sum of RGB (Red+Green+Blue) = 188+228+228=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 228 (89.45% from 255 or 35.40% from 644); Blue value is 228 (89.45% from 255 or 35.40% from 644); Max value from RGB is 228 - color contains mainly: green, blue. Hex color #BCE4E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE4E4 is #431B1B. Grayscale: #D8D8D8. Windows color (decimal): -4397852 or 15000764. OLE color: 15000764.
HSL color Cylindrical-coordinate representation of color #BCE4E4: hue angle of 180º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE4E4 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 188 | 228 | 228 | - |
| CMYK | 0.18 | 0 | 0 | 0.11 |
| HSL | 180º | 0.43% | 0.82% | - |
| HSV(B) | 180º | 0.18% | 0.89% | - |
| XYZ | 62.49 | 71.78 | 83.96 | - |
| YUV | 216.04 | 134.75 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 228 | 228 | 0.18 | 0 | 0 | 0.11 | 180 | 0.43 | 0.82 |
| Hex | BC | E4 | E4 | 12 | 0 | 0 | B | B4 | 2B | 52 |
| Octal | 274 | 344 | 344 | 22 | 0 | 0 | 13 | 264 | 53 | 122 |
| Binary | 10111100 | 11100100 | 11100100 | 10010 | 0 | 0 | 1011 | 10110100 | 101011 | 1010010 |
Color Harmonies of #BCE4E4
Complementary color
Monochromatic Colors of #BCE4E4
Black with #BCE4E4
Text Example
Text Example
White with #BCE4E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE4E4; }
p { color: rgb(188,228,228); }
H1.HeaderClassName
{
color: #BCE4E4;
}
.AnyTagClassName
{
color: #BCE4E4;
}
</style>
background-color css
<style>
a { background-color: #BCE4E4; }
a { background-color: rgb(188,228,228); }
div.DivClassName
{
background-color: #BCE4E4;
}
.BgClassName
{
background-color: #BCE4E4;
}
</style>
border-color css
<style>
span { border-color: #BCE4E4; }
span { border-color: rgb(188,228,228); }
td.TdClassName
{
border-color: #BCE4E4;
}
.TagClassName
{
border-color: #BCE4E4;
}
</style>