Shades of Onahau #BCE0F3
Tints of Onahau #BCE0F3
RGB
CMYK
RGB Variations
Color information
#BCE0F3 (or 0xBCE0F3) is known color: Onahau. HEX triplet: BC, E0 and F3. RGB value is (188,224,243). Sum of RGB (Red+Green+Blue) = 188+224+243=655 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.70% from 655); Green value is 224 (87.89% from 255 or 34.20% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0F3 is #431F0C. Grayscale: #D7D7D7. Windows color (decimal): -4398861 or 15982780. OLE color: 15982780.
HSL color Cylindrical-coordinate representation of color #BCE0F3: hue angle of 200.73º 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 #BCE0F3 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 224 | 243 | - |
| CMYK | 0.23 | 0.08 | 0 | 0.05 |
| HSL | 200.73º | 0.7% | 0.85% | - |
| HSV(B) | 200.73º | 0.23% | 0.95% | - |
| XYZ | 63.57 | 70.47 | 95.05 | - |
| YUV | 215.4 | 143.57 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 243 | 0.23 | 0.08 | 0 | 0.05 | 200.73 | 0.7 | 0.85 |
| Hex | BC | E0 | F3 | 17 | 8 | 0 | 5 | C9 | 46 | 55 |
| Octal | 274 | 340 | 363 | 27 | 10 | 0 | 5 | 311 | 106 | 125 |
| Binary | 10111100 | 11100000 | 11110011 | 10111 | 1000 | 0 | 101 | 11001001 | 1000110 | 1010101 |
Color Harmonies of #BCE0F3
Complementary color
Monochromatic Colors of #BCE0F3
Black with #BCE0F3
Text Example
Text Example
White with #BCE0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0F3; }
p { color: rgb(188,224,243); }
H1.HeaderClassName
{
color: #BCE0F3;
}
.AnyTagClassName
{
color: #BCE0F3;
}
</style>
background-color css
<style>
a { background-color: #BCE0F3; }
a { background-color: rgb(188,224,243); }
div.DivClassName
{
background-color: #BCE0F3;
}
.BgClassName
{
background-color: #BCE0F3;
}
</style>
border-color css
<style>
span { border-color: #BCE0F3; }
span { border-color: rgb(188,224,243); }
td.TdClassName
{
border-color: #BCE0F3;
}
.TagClassName
{
border-color: #BCE0F3;
}
</style>