Shades of Onahau #BCECF3
Tints of Onahau #BCECF3
RGB
CMYK
RGB Variations
Color information
#BCECF3 (or 0xBCECF3) is known color: Onahau. HEX triplet: BC, EC and F3. RGB value is (188,236,243). Sum of RGB (Red+Green+Blue) = 188+236+243=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #BCECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF3 is #43130C. Grayscale: #DEDEDE. Windows color (decimal): -4395789 or 15985852. OLE color: 15985852.
HSL color Cylindrical-coordinate representation of color #BCECF3: hue angle of 187.64º degrees, saturation: 0.7, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCECF3 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 188 | 236 | 243 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.05 |
| HSL | 187.64º | 0.7% | 0.85% | - |
| HSV(B) | 187.64º | 0.23% | 0.95% | - |
| XYZ | 66.91 | 77.15 | 96.16 | - |
| YUV | 222.45 | 139.6 | 103.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 236 | 243 | 0.23 | 0.03 | 0 | 0.05 | 187.64 | 0.7 | 0.85 |
| Hex | BC | EC | F3 | 17 | 3 | 0 | 5 | BC | 46 | 55 |
| Octal | 274 | 354 | 363 | 27 | 3 | 0 | 5 | 274 | 106 | 125 |
| Binary | 10111100 | 11101100 | 11110011 | 10111 | 11 | 0 | 101 | 10111100 | 1000110 | 1010101 |
Color Harmonies of #BCECF3
Complementary color
Monochromatic Colors of #BCECF3
Black with #BCECF3
Text Example
Text Example
White with #BCECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCECF3; }
p { color: rgb(188,236,243); }
H1.HeaderClassName
{
color: #BCECF3;
}
.AnyTagClassName
{
color: #BCECF3;
}
</style>
background-color css
<style>
a { background-color: #BCECF3; }
a { background-color: rgb(188,236,243); }
div.DivClassName
{
background-color: #BCECF3;
}
.BgClassName
{
background-color: #BCECF3;
}
</style>
border-color css
<style>
span { border-color: #BCECF3; }
span { border-color: rgb(188,236,243); }
td.TdClassName
{
border-color: #BCECF3;
}
.TagClassName
{
border-color: #BCECF3;
}
</style>