Shades of Onahau #BCE0E5
Tints of Onahau #BCE0E5
RGB
CMYK
RGB Variations
Color information
#BCE0E5 (or 0xBCE0E5) is known color: Onahau. HEX triplet: BC, E0 and E5. RGB value is (188,224,229). Sum of RGB (Red+Green+Blue) = 188+224+229=641 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.33% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 229 (89.84% from 255 or 35.73% from 641); Max value from RGB is 229 - color contains mainly: blue. Hex color #BCE0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCE0E5 is #431F1A. Grayscale: #D5D5D5. Windows color (decimal): -4398875 or 15065276. OLE color: 15065276.
HSL color Cylindrical-coordinate representation of color #BCE0E5: hue angle of 187.32º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCE0E5 is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 188 | 224 | 229 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.10 |
| HSL | 187.32º | 0.44% | 0.82% | - |
| HSV(B) | 187.32º | 0.18% | 0.9% | - |
| XYZ | 61.54 | 69.66 | 84.33 | - |
| YUV | 213.81 | 136.57 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 229 | 0.18 | 0.02 | 0 | 0.10 | 187.32 | 0.44 | 0.82 |
| Hex | BC | E0 | E5 | 12 | 2 | 0 | A | BB | 2C | 52 |
| Octal | 274 | 340 | 345 | 22 | 2 | 0 | 12 | 273 | 54 | 122 |
| Binary | 10111100 | 11100000 | 11100101 | 10010 | 10 | 0 | 1010 | 10111011 | 101100 | 1010010 |
Color Harmonies of #BCE0E5
Complementary color
Monochromatic Colors of #BCE0E5
Black with #BCE0E5
Text Example
Text Example
White with #BCE0E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0E5; }
p { color: rgb(188,224,229); }
H1.HeaderClassName
{
color: #BCE0E5;
}
.AnyTagClassName
{
color: #BCE0E5;
}
</style>
background-color css
<style>
a { background-color: #BCE0E5; }
a { background-color: rgb(188,224,229); }
div.DivClassName
{
background-color: #BCE0E5;
}
.BgClassName
{
background-color: #BCE0E5;
}
</style>
border-color css
<style>
span { border-color: #BCE0E5; }
span { border-color: rgb(188,224,229); }
td.TdClassName
{
border-color: #BCE0E5;
}
.TagClassName
{
border-color: #BCE0E5;
}
</style>