Shades of Onahau #BCE2F3
Tints of Onahau #BCE2F3
RGB
CMYK
RGB Variations
Color information
#BCE2F3 (or 0xBCE2F3) is known color: Onahau. HEX triplet: BC, E2 and F3. RGB value is (188,226,243). Sum of RGB (Red+Green+Blue) = 188+226+243=657 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.61% from 657); Green value is 226 (88.67% from 255 or 34.40% from 657); Blue value is 243 (95.31% from 255 or 36.99% from 657); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE2F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F3 is #431D0C. Grayscale: #D8D8D8. Windows color (decimal): -4398349 or 15983292. OLE color: 15983292.
HSL color Cylindrical-coordinate representation of color #BCE2F3: hue angle of 198.55º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE2F3 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 226 | 243 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.05 |
| HSL | 198.55º | 0.7% | 0.85% | - |
| HSV(B) | 198.55º | 0.23% | 0.95% | - |
| XYZ | 64.11 | 71.56 | 95.23 | - |
| YUV | 216.58 | 142.91 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 226 | 243 | 0.23 | 0.07 | 0 | 0.05 | 198.55 | 0.7 | 0.85 |
| Hex | BC | E2 | F3 | 17 | 7 | 0 | 5 | C7 | 46 | 55 |
| Octal | 274 | 342 | 363 | 27 | 7 | 0 | 5 | 307 | 106 | 125 |
| Binary | 10111100 | 11100010 | 11110011 | 10111 | 111 | 0 | 101 | 11000111 | 1000110 | 1010101 |
Color Harmonies of #BCE2F3
Complementary color
Monochromatic Colors of #BCE2F3
Black with #BCE2F3
Text Example
Text Example
White with #BCE2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE2F3; }
p { color: rgb(188,226,243); }
H1.HeaderClassName
{
color: #BCE2F3;
}
.AnyTagClassName
{
color: #BCE2F3;
}
</style>
background-color css
<style>
a { background-color: #BCE2F3; }
a { background-color: rgb(188,226,243); }
div.DivClassName
{
background-color: #BCE2F3;
}
.BgClassName
{
background-color: #BCE2F3;
}
</style>
border-color css
<style>
span { border-color: #BCE2F3; }
span { border-color: rgb(188,226,243); }
td.TdClassName
{
border-color: #BCE2F3;
}
.TagClassName
{
border-color: #BCE2F3;
}
</style>