Shades of Onahau #BCECFE
Tints of Onahau #BCECFE
RGB
CMYK
RGB Variations
Color information
#BCECFE (or 0xBCECFE) is known color: Onahau. HEX triplet: BC, EC and FE. RGB value is (188,236,254). Sum of RGB (Red+Green+Blue) = 188+236+254=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 236 (92.58% from 255 or 34.81% from 678); Blue value is 254 (99.61% from 255 or 37.46% from 678); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCECFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFE is #431301. Grayscale: #DFDFDF. Windows color (decimal): -4395778 or 16706748. OLE color: 16706748.
HSL color Cylindrical-coordinate representation of color #BCECFE: hue angle of 196.36º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCECFE is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 188 | 236 | 254 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.00 |
| HSL | 196.36º | 0.97% | 0.87% | - |
| HSV(B) | 196.36º | 0.26% | 1% | - |
| XYZ | 68.62 | 77.84 | 105.17 | - |
| YUV | 223.7 | 145.1 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 254 | 0.26 | 0.07 | 0 | 0.00 | 196.36 | 0.97 | 0.87 |
| Hex | BC | EC | FE | 1A | 7 | 0 | 0 | C4 | 61 | 57 |
| Octal | 274 | 354 | 376 | 32 | 7 | 0 | 0 | 304 | 141 | 127 |
| Binary | 10111100 | 11101100 | 11111110 | 11010 | 111 | 0 | 0 | 11000100 | 1100001 | 1010111 |
Color Harmonies of #BCECFE
Complementary color
Monochromatic Colors of #BCECFE
Black with #BCECFE
Text Example
Text Example
White with #BCECFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECFE; }
p { color: rgb(188,236,254); }
H1.HeaderClassName
{
color: #BCECFE;
}
.AnyTagClassName
{
color: #BCECFE;
}
</style>
background-color css
<style>
a { background-color: #BCECFE; }
a { background-color: rgb(188,236,254); }
div.DivClassName
{
background-color: #BCECFE;
}
.BgClassName
{
background-color: #BCECFE;
}
</style>
border-color css
<style>
span { border-color: #BCECFE; }
span { border-color: rgb(188,236,254); }
td.TdClassName
{
border-color: #BCECFE;
}
.TagClassName
{
border-color: #BCECFE;
}
</style>