Shades of Onahau #BCE2F0
Tints of Onahau #BCE2F0
RGB
CMYK
RGB Variations
Color information
#BCE2F0 (or 0xBCE2F0) is known color: Onahau. HEX triplet: BC, E2 and F0. RGB value is (188,226,240). Sum of RGB (Red+Green+Blue) = 188+226+240=654 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.75% from 654); Green value is 226 (88.67% from 255 or 34.56% from 654); Blue value is 240 (94.14% from 255 or 36.70% from 654); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE2F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F0 is #431D0F. Grayscale: #D8D8D8. Windows color (decimal): -4398352 or 15786684. OLE color: 15786684.
HSL color Cylindrical-coordinate representation of color #BCE2F0: hue angle of 196.15º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE2F0 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 226 | 240 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.06 |
| HSL | 196.15º | 0.63% | 0.84% | - |
| HSV(B) | 196.15º | 0.22% | 0.94% | - |
| XYZ | 63.66 | 71.38 | 92.86 | - |
| YUV | 216.23 | 141.41 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 240 | 0.22 | 0.06 | 0 | 0.06 | 196.15 | 0.63 | 0.84 |
| Hex | BC | E2 | F0 | 16 | 6 | 0 | 6 | C4 | 3F | 54 |
| Octal | 274 | 342 | 360 | 26 | 6 | 0 | 6 | 304 | 77 | 124 |
| Binary | 10111100 | 11100010 | 11110000 | 10110 | 110 | 0 | 110 | 11000100 | 111111 | 1010100 |
Color Harmonies of #BCE2F0
Complementary color
Monochromatic Colors of #BCE2F0
Black with #BCE2F0
Text Example
Text Example
White with #BCE2F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2F0; }
p { color: rgb(188,226,240); }
H1.HeaderClassName
{
color: #BCE2F0;
}
.AnyTagClassName
{
color: #BCE2F0;
}
</style>
background-color css
<style>
a { background-color: #BCE2F0; }
a { background-color: rgb(188,226,240); }
div.DivClassName
{
background-color: #BCE2F0;
}
.BgClassName
{
background-color: #BCE2F0;
}
</style>
border-color css
<style>
span { border-color: #BCE2F0; }
span { border-color: rgb(188,226,240); }
td.TdClassName
{
border-color: #BCE2F0;
}
.TagClassName
{
border-color: #BCE2F0;
}
</style>