Shades of Onahau #BCE0F1
Tints of Onahau #BCE0F1
RGB
CMYK
RGB Variations
Color information
#BCE0F1 (or 0xBCE0F1) is known color: Onahau. HEX triplet: BC, E0 and F1. RGB value is (188,224,241). Sum of RGB (Red+Green+Blue) = 188+224+241=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 224 (87.89% from 255 or 34.30% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BCE0F1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE0F1 is #431F0E. Grayscale: #D7D7D7. Windows color (decimal): -4398863 or 15851708. OLE color: 15851708.
HSL color Cylindrical-coordinate representation of color #BCE0F1: hue angle of 199.25º degrees, saturation: 0.65, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCE0F1 is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 224 | 241 | - |
| CMYK | 0.22 | 0.07 | 0 | 0.05 |
| HSL | 199.25º | 0.65% | 0.84% | - |
| HSV(B) | 199.25º | 0.22% | 0.95% | - |
| XYZ | 63.27 | 70.35 | 93.46 | - |
| YUV | 215.17 | 142.57 | 108.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 224 | 241 | 0.22 | 0.07 | 0 | 0.05 | 199.25 | 0.65 | 0.84 |
| Hex | BC | E0 | F1 | 16 | 7 | 0 | 5 | C7 | 41 | 54 |
| Octal | 274 | 340 | 361 | 26 | 7 | 0 | 5 | 307 | 101 | 124 |
| Binary | 10111100 | 11100000 | 11110001 | 10110 | 111 | 0 | 101 | 11000111 | 1000001 | 1010100 |
Color Harmonies of #BCE0F1
Complementary color
Monochromatic Colors of #BCE0F1
Black with #BCE0F1
Text Example
Text Example
White with #BCE0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE0F1; }
p { color: rgb(188,224,241); }
H1.HeaderClassName
{
color: #BCE0F1;
}
.AnyTagClassName
{
color: #BCE0F1;
}
</style>
background-color css
<style>
a { background-color: #BCE0F1; }
a { background-color: rgb(188,224,241); }
div.DivClassName
{
background-color: #BCE0F1;
}
.BgClassName
{
background-color: #BCE0F1;
}
</style>
border-color css
<style>
span { border-color: #BCE0F1; }
span { border-color: rgb(188,224,241); }
td.TdClassName
{
border-color: #BCE0F1;
}
.TagClassName
{
border-color: #BCE0F1;
}
</style>