Shades of Onahau #BCE8FC
Tints of Onahau #BCE8FC
RGB
CMYK
RGB Variations
Color information
#BCE8FC (or 0xBCE8FC) is known color: Onahau. HEX triplet: BC, E8 and FC. RGB value is (188,232,252). Sum of RGB (Red+Green+Blue) = 188+232+252=672 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.98% from 672); Green value is 232 (91.02% from 255 or 34.52% from 672); Blue value is 252 (98.83% from 255 or 37.5% from 672); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCE8FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8FC is #431703. Grayscale: #DDDDDD. Windows color (decimal): -4396804 or 16574652. OLE color: 16574652.
HSL color Cylindrical-coordinate representation of color #BCE8FC: hue angle of 198.75º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE8FC is Cyan = 0.25, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 188 | 232 | 252 | - |
| CMYK | 0.25 | 0.08 | 0 | 0.01 |
| HSL | 198.75º | 0.91% | 0.86% | - |
| HSV(B) | 198.75º | 0.25% | 0.99% | - |
| XYZ | 67.17 | 75.43 | 103.12 | - |
| YUV | 221.12 | 145.42 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 232 | 252 | 0.25 | 0.08 | 0 | 0.01 | 198.75 | 0.91 | 0.86 |
| Hex | BC | E8 | FC | 19 | 8 | 0 | 1 | C7 | 5B | 56 |
| Octal | 274 | 350 | 374 | 31 | 10 | 0 | 1 | 307 | 133 | 126 |
| Binary | 10111100 | 11101000 | 11111100 | 11001 | 1000 | 0 | 1 | 11000111 | 1011011 | 1010110 |
Color Harmonies of #BCE8FC
Complementary color
Monochromatic Colors of #BCE8FC
Black with #BCE8FC
Text Example
Text Example
White with #BCE8FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCE8FC; }
p { color: rgb(188,232,252); }
H1.HeaderClassName
{
color: #BCE8FC;
}
.AnyTagClassName
{
color: #BCE8FC;
}
</style>
background-color css
<style>
a { background-color: #BCE8FC; }
a { background-color: rgb(188,232,252); }
div.DivClassName
{
background-color: #BCE8FC;
}
.BgClassName
{
background-color: #BCE8FC;
}
</style>
border-color css
<style>
span { border-color: #BCE8FC; }
span { border-color: rgb(188,232,252); }
td.TdClassName
{
border-color: #BCE8FC;
}
.TagClassName
{
border-color: #BCE8FC;
}
</style>