Shades of Onahau #BCECFB
Tints of Onahau #BCECFB
RGB
CMYK
RGB Variations
Color information
#BCECFB (or 0xBCECFB) is known color: Onahau. HEX triplet: BC, EC and FB. RGB value is (188,236,251). Sum of RGB (Red+Green+Blue) = 188+236+251=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 236 (92.58% from 255 or 34.96% from 675); Blue value is 251 (98.44% from 255 or 37.19% from 675); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCECFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFB is #431304. Grayscale: #DFDFDF. Windows color (decimal): -4395781 or 16510140. OLE color: 16510140.
HSL color Cylindrical-coordinate representation of color #BCECFB: hue angle of 194.29º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCECFB is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 188 | 236 | 251 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.02 |
| HSL | 194.29º | 0.89% | 0.86% | - |
| HSV(B) | 194.29º | 0.25% | 0.98% | - |
| XYZ | 68.15 | 77.65 | 102.66 | - |
| YUV | 223.36 | 143.6 | 102.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 251 | 0.25 | 0.06 | 0 | 0.02 | 194.29 | 0.89 | 0.86 |
| Hex | BC | EC | FB | 19 | 6 | 0 | 2 | C2 | 59 | 56 |
| Octal | 274 | 354 | 373 | 31 | 6 | 0 | 2 | 302 | 131 | 126 |
| Binary | 10111100 | 11101100 | 11111011 | 11001 | 110 | 0 | 10 | 11000010 | 1011001 | 1010110 |
Color Harmonies of #BCECFB
Complementary color
Monochromatic Colors of #BCECFB
Black with #BCECFB
Text Example
Text Example
White with #BCECFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECFB; }
p { color: rgb(188,236,251); }
H1.HeaderClassName
{
color: #BCECFB;
}
.AnyTagClassName
{
color: #BCECFB;
}
</style>
background-color css
<style>
a { background-color: #BCECFB; }
a { background-color: rgb(188,236,251); }
div.DivClassName
{
background-color: #BCECFB;
}
.BgClassName
{
background-color: #BCECFB;
}
</style>
border-color css
<style>
span { border-color: #BCECFB; }
span { border-color: rgb(188,236,251); }
td.TdClassName
{
border-color: #BCECFB;
}
.TagClassName
{
border-color: #BCECFB;
}
</style>