Shades of Pixie Green #BDCFAB
Tints of Pixie Green #BDCFAB
RGB
CMYK
RGB Variations
Color information
#BDCFAB (or 0xBDCFAB) is known color: Pixie Green. HEX triplet: BD, CF and AB. RGB value is (189,207,171). Sum of RGB (Red+Green+Blue) = 189+207+171=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 207 (81.25% from 255 or 36.51% from 567); Blue value is 171 (67.19% from 255 or 30.16% from 567); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCFAB is #423054. Grayscale: #C5C5C5. Windows color (decimal): -4337749 or 11259837. OLE color: 11259837.
HSL color Cylindrical-coordinate representation of color #BDCFAB: hue angle of 90º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BDCFAB is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 171 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.19 |
| HSL | 90º | 0.27% | 0.74% | - |
| HSV(B) | 90º | 0.17% | 0.81% | - |
| XYZ | 50.65 | 58.38 | 47.13 | - |
| YUV | 197.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 171 | 0.09 | 0 | 0.17 | 0.19 | 90 | 0.27 | 0.74 |
| Hex | BD | CF | AB | 9 | 0 | 11 | 13 | 5A | 1B | 4A |
| Octal | 275 | 317 | 253 | 11 | 0 | 21 | 23 | 132 | 33 | 112 |
| Binary | 10111101 | 11001111 | 10101011 | 1001 | 0 | 10001 | 10011 | 1011010 | 11011 | 1001010 |
Color Harmonies of #BDCFAB
Complementary color
Monochromatic Colors of #BDCFAB
Black with #BDCFAB
Text Example
Text Example
White with #BDCFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFAB; }
p { color: rgb(189,207,171); }
H1.HeaderClassName
{
color: #BDCFAB;
}
.AnyTagClassName
{
color: #BDCFAB;
}
</style>
background-color css
<style>
a { background-color: #BDCFAB; }
a { background-color: rgb(189,207,171); }
div.DivClassName
{
background-color: #BDCFAB;
}
.BgClassName
{
background-color: #BDCFAB;
}
</style>
border-color css
<style>
span { border-color: #BDCFAB; }
span { border-color: rgb(189,207,171); }
td.TdClassName
{
border-color: #BDCFAB;
}
.TagClassName
{
border-color: #BDCFAB;
}
</style>