Shades of Pixie Green #BCCFAA
Tints of Pixie Green #BCCFAA
RGB
CMYK
RGB Variations
Color information
#BCCFAA (or 0xBCCFAA) is known color: Pixie Green. HEX triplet: BC, CF and AA. RGB value is (188,207,170). Sum of RGB (Red+Green+Blue) = 188+207+170=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCFAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCFAA is #433055. Grayscale: #C5C5C5. Windows color (decimal): -4403286 or 11194300. OLE color: 11194300.
HSL color Cylindrical-coordinate representation of color #BCCFAA: hue angle of 90.81º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCCFAA is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 188 | 207 | 170 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.19 |
| HSL | 90.81º | 0.28% | 0.74% | - |
| HSV(B) | 90.81º | 0.18% | 0.81% | - |
| XYZ | 50.31 | 58.22 | 46.62 | - |
| YUV | 197.1 | 112.71 | 121.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 207 | 170 | 0.09 | 0 | 0.18 | 0.19 | 90.81 | 0.28 | 0.74 |
| Hex | BC | CF | AA | 9 | 0 | 12 | 13 | 5B | 1C | 4A |
| Octal | 274 | 317 | 252 | 11 | 0 | 22 | 23 | 133 | 34 | 112 |
| Binary | 10111100 | 11001111 | 10101010 | 1001 | 0 | 10010 | 10011 | 1011011 | 11100 | 1001010 |
Color Harmonies of #BCCFAA
Complementary color
Monochromatic Colors of #BCCFAA
Black with #BCCFAA
Text Example
Text Example
White with #BCCFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCFAA; }
p { color: rgb(188,207,170); }
H1.HeaderClassName
{
color: #BCCFAA;
}
.AnyTagClassName
{
color: #BCCFAA;
}
</style>
background-color css
<style>
a { background-color: #BCCFAA; }
a { background-color: rgb(188,207,170); }
div.DivClassName
{
background-color: #BCCFAA;
}
.BgClassName
{
background-color: #BCCFAA;
}
</style>
border-color css
<style>
span { border-color: #BCCFAA; }
span { border-color: rgb(188,207,170); }
td.TdClassName
{
border-color: #BCCFAA;
}
.TagClassName
{
border-color: #BCCFAA;
}
</style>