Shades of Onahau #BCE0ED
Tints of Onahau #BCE0ED
RGB
CMYK
RGB Variations
Color information
#BCE0ED (or 0xBCE0ED) is known color: Onahau. HEX triplet: BC, E0 and ED. RGB value is (188,224,237). Sum of RGB (Red+Green+Blue) = 188+224+237=649 (85% of max value = 765). Red value is 188 (73.83% from 255 or 28.97% from 649); Green value is 224 (87.89% from 255 or 34.51% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0ED is #431F12. Grayscale: #D6D6D6. Windows color (decimal): -4398867 or 15589564. OLE color: 15589564.
HSL color Cylindrical-coordinate representation of color #BCE0ED: hue angle of 195.92º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCE0ED is Cyan = 0.21, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 188 | 224 | 237 | - |
| CMYK | 0.21 | 0.05 | 0 | 0.07 |
| HSL | 195.92º | 0.58% | 0.83% | - |
| HSV(B) | 195.92º | 0.21% | 0.93% | - |
| XYZ | 62.68 | 70.12 | 90.35 | - |
| YUV | 214.72 | 140.57 | 108.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 237 | 0.21 | 0.05 | 0 | 0.07 | 195.92 | 0.58 | 0.83 |
| Hex | BC | E0 | ED | 15 | 5 | 0 | 7 | C4 | 3A | 53 |
| Octal | 274 | 340 | 355 | 25 | 5 | 0 | 7 | 304 | 72 | 123 |
| Binary | 10111100 | 11100000 | 11101101 | 10101 | 101 | 0 | 111 | 11000100 | 111010 | 1010011 |
Color Harmonies of #BCE0ED
Complementary color
Monochromatic Colors of #BCE0ED
Black with #BCE0ED
Text Example
Text Example
White with #BCE0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0ED; }
p { color: rgb(188,224,237); }
H1.HeaderClassName
{
color: #BCE0ED;
}
.AnyTagClassName
{
color: #BCE0ED;
}
</style>
background-color css
<style>
a { background-color: #BCE0ED; }
a { background-color: rgb(188,224,237); }
div.DivClassName
{
background-color: #BCE0ED;
}
.BgClassName
{
background-color: #BCE0ED;
}
</style>
border-color css
<style>
span { border-color: #BCE0ED; }
span { border-color: rgb(188,224,237); }
td.TdClassName
{
border-color: #BCE0ED;
}
.TagClassName
{
border-color: #BCE0ED;
}
</style>