Shades of Onahau #BCECF8
Tints of Onahau #BCECF8
RGB
CMYK
RGB Variations
Color information
#BCECF8 (or 0xBCECF8) is known color: Onahau. HEX triplet: BC, EC and F8. RGB value is (188,236,248). Sum of RGB (Red+Green+Blue) = 188+236+248=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 248 (97.27% from 255 or 36.90% from 672); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCECF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF8 is #431307. Grayscale: #DEDEDE. Windows color (decimal): -4395784 or 16313532. OLE color: 16313532.
HSL color Cylindrical-coordinate representation of color #BCECF8: hue angle of 192º degrees, saturation: 0.81, 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 #BCECF8 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 188 | 236 | 248 | - |
| CMYK | 0.24 | 0.05 | 0 | 0.03 |
| HSL | 192º | 0.81% | 0.85% | - |
| HSV(B) | 192º | 0.24% | 0.97% | - |
| XYZ | 67.68 | 77.46 | 100.19 | - |
| YUV | 223.02 | 142.1 | 103.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 248 | 0.24 | 0.05 | 0 | 0.03 | 192 | 0.81 | 0.85 |
| Hex | BC | EC | F8 | 18 | 5 | 0 | 3 | C0 | 51 | 55 |
| Octal | 274 | 354 | 370 | 30 | 5 | 0 | 3 | 300 | 121 | 125 |
| Binary | 10111100 | 11101100 | 11111000 | 11000 | 101 | 0 | 11 | 11000000 | 1010001 | 1010101 |
Color Harmonies of #BCECF8
Complementary color
Monochromatic Colors of #BCECF8
Black with #BCECF8
Text Example
Text Example
White with #BCECF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECF8; }
p { color: rgb(188,236,248); }
H1.HeaderClassName
{
color: #BCECF8;
}
.AnyTagClassName
{
color: #BCECF8;
}
</style>
background-color css
<style>
a { background-color: #BCECF8; }
a { background-color: rgb(188,236,248); }
div.DivClassName
{
background-color: #BCECF8;
}
.BgClassName
{
background-color: #BCECF8;
}
</style>
border-color css
<style>
span { border-color: #BCECF8; }
span { border-color: rgb(188,236,248); }
td.TdClassName
{
border-color: #BCECF8;
}
.TagClassName
{
border-color: #BCECF8;
}
</style>