Shades of Onahau #BCEBF7
Tints of Onahau #BCEBF7
RGB
CMYK
RGB Variations
Color information
#BCEBF7 (or 0xBCEBF7) is known color: Onahau. HEX triplet: BC, EB and F7. RGB value is (188,235,247). Sum of RGB (Red+Green+Blue) = 188+235+247=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 247 (96.88% from 255 or 36.87% from 670); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCEBF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBF7 is #431408. Grayscale: #DEDEDE. Windows color (decimal): -4396041 or 16247740. OLE color: 16247740.
HSL color Cylindrical-coordinate representation of color #BCEBF7: hue angle of 192.2º 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 #BCEBF7 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 235 | 247 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.03 |
| HSL | 192.2º | 0.79% | 0.85% | - |
| HSV(B) | 192.2º | 0.24% | 0.97% | - |
| XYZ | 67.24 | 76.82 | 99.28 | - |
| YUV | 222.32 | 141.93 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 235 | 247 | 0.24 | 0.05 | 0 | 0.03 | 192.2 | 0.79 | 0.85 |
| Hex | BC | EB | F7 | 18 | 5 | 0 | 3 | C0 | 4F | 55 |
| Octal | 274 | 353 | 367 | 30 | 5 | 0 | 3 | 300 | 117 | 125 |
| Binary | 10111100 | 11101011 | 11110111 | 11000 | 101 | 0 | 11 | 11000000 | 1001111 | 1010101 |
Color Harmonies of #BCEBF7
Complementary color
Monochromatic Colors of #BCEBF7
Black with #BCEBF7
Text Example
Text Example
White with #BCEBF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCEBF7; }
p { color: rgb(188,235,247); }
H1.HeaderClassName
{
color: #BCEBF7;
}
.AnyTagClassName
{
color: #BCEBF7;
}
</style>
background-color css
<style>
a { background-color: #BCEBF7; }
a { background-color: rgb(188,235,247); }
div.DivClassName
{
background-color: #BCEBF7;
}
.BgClassName
{
background-color: #BCEBF7;
}
</style>
border-color css
<style>
span { border-color: #BCEBF7; }
span { border-color: rgb(188,235,247); }
td.TdClassName
{
border-color: #BCEBF7;
}
.TagClassName
{
border-color: #BCEBF7;
}
</style>