Shades of Pixie Green #BECFAB
Tints of Pixie Green #BECFAB
RGB
CMYK
RGB Variations
Color information
#BECFAB (or 0xBECFAB) is known color: Pixie Green. HEX triplet: BE, CF and AB. RGB value is (190,207,171). Sum of RGB (Red+Green+Blue) = 190+207+171=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 207 (81.25% from 255 or 36.44% from 568); Blue value is 171 (67.19% from 255 or 30.11% from 568); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECFAB is #413054. Grayscale: #C5C5C5. Windows color (decimal): -4272213 or 11259838. OLE color: 11259838.
HSL color Cylindrical-coordinate representation of color #BECFAB: hue angle of 88.33º 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 #BECFAB is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 171 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.19 |
| HSL | 88.33º | 0.27% | 0.74% | - |
| HSV(B) | 88.33º | 0.17% | 0.81% | - |
| XYZ | 50.9 | 58.51 | 47.14 | - |
| YUV | 197.81 | 112.87 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 171 | 0.08 | 0 | 0.17 | 0.19 | 88.33 | 0.27 | 0.74 |
| Hex | BE | CF | AB | 8 | 0 | 11 | 13 | 58 | 1B | 4A |
| Octal | 276 | 317 | 253 | 10 | 0 | 21 | 23 | 130 | 33 | 112 |
| Binary | 10111110 | 11001111 | 10101011 | 1000 | 0 | 10001 | 10011 | 1011000 | 11011 | 1001010 |
Color Harmonies of #BECFAB
Complementary color
Monochromatic Colors of #BECFAB
Black with #BECFAB
Text Example
Text Example
White with #BECFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFAB; }
p { color: rgb(190,207,171); }
H1.HeaderClassName
{
color: #BECFAB;
}
.AnyTagClassName
{
color: #BECFAB;
}
</style>
background-color css
<style>
a { background-color: #BECFAB; }
a { background-color: rgb(190,207,171); }
div.DivClassName
{
background-color: #BECFAB;
}
.BgClassName
{
background-color: #BECFAB;
}
</style>
border-color css
<style>
span { border-color: #BECFAB; }
span { border-color: rgb(190,207,171); }
td.TdClassName
{
border-color: #BECFAB;
}
.TagClassName
{
border-color: #BECFAB;
}
</style>