Shades of Pixie Green #BCCFAE
Tints of Pixie Green #BCCFAE
RGB
CMYK
RGB Variations
Color information
#BCCFAE (or 0xBCCFAE) is known color: Pixie Green. HEX triplet: BC, CF and AE. RGB value is (188,207,174). Sum of RGB (Red+Green+Blue) = 188+207+174=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 207 (81.25% from 255 or 36.38% from 569); Blue value is 174 (68.36% from 255 or 30.58% from 569); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAE is #433051. Grayscale: #C5C5C5. Windows color (decimal): -4403282 or 11456444. OLE color: 11456444.
HSL color Cylindrical-coordinate representation of color #BCCFAE: hue angle of 94.55º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BCCFAE is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 174 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.19 |
| HSL | 94.55º | 0.26% | 0.75% | - |
| HSV(B) | 94.55º | 0.16% | 0.81% | - |
| XYZ | 50.69 | 58.37 | 48.64 | - |
| YUV | 197.56 | 114.71 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 174 | 0.09 | 0 | 0.16 | 0.19 | 94.55 | 0.26 | 0.75 |
| Hex | BC | CF | AE | 9 | 0 | 10 | 13 | 5F | 1A | 4B |
| Octal | 274 | 317 | 256 | 11 | 0 | 20 | 23 | 137 | 32 | 113 |
| Binary | 10111100 | 11001111 | 10101110 | 1001 | 0 | 10000 | 10011 | 1011111 | 11010 | 1001011 |
Color Harmonies of #BCCFAE
Complementary color
Monochromatic Colors of #BCCFAE
Black with #BCCFAE
Text Example
Text Example
White with #BCCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFAE; }
p { color: rgb(188,207,174); }
H1.HeaderClassName
{
color: #BCCFAE;
}
.AnyTagClassName
{
color: #BCCFAE;
}
</style>
background-color css
<style>
a { background-color: #BCCFAE; }
a { background-color: rgb(188,207,174); }
div.DivClassName
{
background-color: #BCCFAE;
}
.BgClassName
{
background-color: #BCCFAE;
}
</style>
border-color css
<style>
span { border-color: #BCCFAE; }
span { border-color: rgb(188,207,174); }
td.TdClassName
{
border-color: #BCCFAE;
}
.TagClassName
{
border-color: #BCCFAE;
}
</style>