Shades of Onahau #BCE1F0
Tints of Onahau #BCE1F0
RGB
CMYK
RGB Variations
Color information
#BCE1F0 (or 0xBCE1F0) is known color: Onahau. HEX triplet: BC, E1 and F0. RGB value is (188,225,240). Sum of RGB (Red+Green+Blue) = 188+225+240=653 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.79% from 653); Green value is 225 (88.28% from 255 or 34.46% from 653); Blue value is 240 (94.14% from 255 or 36.75% from 653); Max value from RGB is 240 - color contains mainly: blue. Hex color #BCE1F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1F0 is #431E0F. Grayscale: #D7D7D7. Windows color (decimal): -4398608 or 15786428. OLE color: 15786428.
HSL color Cylindrical-coordinate representation of color #BCE1F0: hue angle of 197.31º 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 #BCE1F0 is Cyan = 0.22, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 188 | 225 | 240 | - |
| CMYK | 0.22 | 0.06 | 0 | 0.06 |
| HSL | 197.31º | 0.63% | 0.84% | - |
| HSV(B) | 197.31º | 0.22% | 0.94% | - |
| XYZ | 63.39 | 70.83 | 92.77 | - |
| YUV | 215.65 | 141.74 | 108.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 240 | 0.22 | 0.06 | 0 | 0.06 | 197.31 | 0.63 | 0.84 |
| Hex | BC | E1 | F0 | 16 | 6 | 0 | 6 | C5 | 3F | 54 |
| Octal | 274 | 341 | 360 | 26 | 6 | 0 | 6 | 305 | 77 | 124 |
| Binary | 10111100 | 11100001 | 11110000 | 10110 | 110 | 0 | 110 | 11000101 | 111111 | 1010100 |
Color Harmonies of #BCE1F0
Complementary color
Monochromatic Colors of #BCE1F0
Black with #BCE1F0
Text Example
Text Example
White with #BCE1F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1F0; }
p { color: rgb(188,225,240); }
H1.HeaderClassName
{
color: #BCE1F0;
}
.AnyTagClassName
{
color: #BCE1F0;
}
</style>
background-color css
<style>
a { background-color: #BCE1F0; }
a { background-color: rgb(188,225,240); }
div.DivClassName
{
background-color: #BCE1F0;
}
.BgClassName
{
background-color: #BCE1F0;
}
</style>
border-color css
<style>
span { border-color: #BCE1F0; }
span { border-color: rgb(188,225,240); }
td.TdClassName
{
border-color: #BCE1F0;
}
.TagClassName
{
border-color: #BCE1F0;
}
</style>