Shades of Onahau #BCE8F3
Tints of Onahau #BCE8F3
RGB
CMYK
RGB Variations
Color information
#BCE8F3 (or 0xBCE8F3) is known color: Onahau. HEX triplet: BC, E8 and F3. RGB value is (188,232,243). Sum of RGB (Red+Green+Blue) = 188+232+243=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 232 (91.02% from 255 or 34.99% from 663); Blue value is 243 (95.31% from 255 or 36.65% from 663); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE8F3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8F3 is #43170C. Grayscale: #DCDCDC. Windows color (decimal): -4396813 or 15984828. OLE color: 15984828.
HSL color Cylindrical-coordinate representation of color #BCE8F3: hue angle of 192º 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 #BCE8F3 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 232 | 243 | - |
| CMYK | 0.23 | 0.05 | 0 | 0.05 |
| HSL | 192º | 0.7% | 0.85% | - |
| HSV(B) | 192º | 0.23% | 0.95% | - |
| XYZ | 65.77 | 74.88 | 95.78 | - |
| YUV | 220.1 | 140.92 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 243 | 0.23 | 0.05 | 0 | 0.05 | 192 | 0.7 | 0.85 |
| Hex | BC | E8 | F3 | 17 | 5 | 0 | 5 | C0 | 46 | 55 |
| Octal | 274 | 350 | 363 | 27 | 5 | 0 | 5 | 300 | 106 | 125 |
| Binary | 10111100 | 11101000 | 11110011 | 10111 | 101 | 0 | 101 | 11000000 | 1000110 | 1010101 |
Color Harmonies of #BCE8F3
Complementary color
Monochromatic Colors of #BCE8F3
Black with #BCE8F3
Text Example
Text Example
White with #BCE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8F3; }
p { color: rgb(188,232,243); }
H1.HeaderClassName
{
color: #BCE8F3;
}
.AnyTagClassName
{
color: #BCE8F3;
}
</style>
background-color css
<style>
a { background-color: #BCE8F3; }
a { background-color: rgb(188,232,243); }
div.DivClassName
{
background-color: #BCE8F3;
}
.BgClassName
{
background-color: #BCE8F3;
}
</style>
border-color css
<style>
span { border-color: #BCE8F3; }
span { border-color: rgb(188,232,243); }
td.TdClassName
{
border-color: #BCE8F3;
}
.TagClassName
{
border-color: #BCE8F3;
}
</style>