Shades of Onahau #BCE1F7
Tints of Onahau #BCE1F7
RGB
CMYK
RGB Variations
Color information
#BCE1F7 (or 0xBCE1F7) is known color: Onahau. HEX triplet: BC, E1 and F7. RGB value is (188,225,247). Sum of RGB (Red+Green+Blue) = 188+225+247=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 225 (88.28% from 255 or 34.09% from 660); Blue value is 247 (96.88% from 255 or 37.42% from 660); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCE1F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE1F7 is #431E08. Grayscale: #D8D8D8. Windows color (decimal): -4398601 or 16245180. OLE color: 16245180.
HSL color Cylindrical-coordinate representation of color #BCE1F7: hue angle of 202.37º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE1F7 is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 225 | 247 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.03 |
| HSL | 202.37º | 0.79% | 0.85% | - |
| HSV(B) | 202.37º | 0.24% | 0.97% | - |
| XYZ | 64.45 | 71.26 | 98.35 | - |
| YUV | 216.45 | 145.24 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 225 | 247 | 0.24 | 0.09 | 0 | 0.03 | 202.37 | 0.79 | 0.85 |
| Hex | BC | E1 | F7 | 18 | 9 | 0 | 3 | CA | 4F | 55 |
| Octal | 274 | 341 | 367 | 30 | 11 | 0 | 3 | 312 | 117 | 125 |
| Binary | 10111100 | 11100001 | 11110111 | 11000 | 1001 | 0 | 11 | 11001010 | 1001111 | 1010101 |
Color Harmonies of #BCE1F7
Complementary color
Monochromatic Colors of #BCE1F7
Black with #BCE1F7
Text Example
Text Example
White with #BCE1F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE1F7; }
p { color: rgb(188,225,247); }
H1.HeaderClassName
{
color: #BCE1F7;
}
.AnyTagClassName
{
color: #BCE1F7;
}
</style>
background-color css
<style>
a { background-color: #BCE1F7; }
a { background-color: rgb(188,225,247); }
div.DivClassName
{
background-color: #BCE1F7;
}
.BgClassName
{
background-color: #BCE1F7;
}
</style>
border-color css
<style>
span { border-color: #BCE1F7; }
span { border-color: rgb(188,225,247); }
td.TdClassName
{
border-color: #BCE1F7;
}
.TagClassName
{
border-color: #BCE1F7;
}
</style>