Shades of Pixie Green #BECFAF
Tints of Pixie Green #BECFAF
RGB
CMYK
RGB Variations
Color information
#BECFAF (or 0xBECFAF) is known color: Pixie Green. HEX triplet: BE, CF and AF. RGB value is (190,207,175). Sum of RGB (Red+Green+Blue) = 190+207+175=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 175 (68.75% from 255 or 30.59% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECFAF is #413050. Grayscale: #C6C6C6. Windows color (decimal): -4272209 or 11521982. OLE color: 11521982.
HSL color Cylindrical-coordinate representation of color #BECFAF: hue angle of 91.88º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECFAF is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 175 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.19 |
| HSL | 91.88º | 0.25% | 0.75% | - |
| HSV(B) | 91.88º | 0.15% | 0.81% | - |
| XYZ | 51.29 | 58.67 | 49.18 | - |
| YUV | 198.27 | 114.87 | 122.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 175 | 0.08 | 0 | 0.15 | 0.19 | 91.88 | 0.25 | 0.75 |
| Hex | BE | CF | AF | 8 | 0 | F | 13 | 5C | 19 | 4B |
| Octal | 276 | 317 | 257 | 10 | 0 | 17 | 23 | 134 | 31 | 113 |
| Binary | 10111110 | 11001111 | 10101111 | 1000 | 0 | 1111 | 10011 | 1011100 | 11001 | 1001011 |
Color Harmonies of #BECFAF
Complementary color
Monochromatic Colors of #BECFAF
Black with #BECFAF
Text Example
Text Example
White with #BECFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFAF; }
p { color: rgb(190,207,175); }
H1.HeaderClassName
{
color: #BECFAF;
}
.AnyTagClassName
{
color: #BECFAF;
}
</style>
background-color css
<style>
a { background-color: #BECFAF; }
a { background-color: rgb(190,207,175); }
div.DivClassName
{
background-color: #BECFAF;
}
.BgClassName
{
background-color: #BECFAF;
}
</style>
border-color css
<style>
span { border-color: #BECFAF; }
span { border-color: rgb(190,207,175); }
td.TdClassName
{
border-color: #BECFAF;
}
.TagClassName
{
border-color: #BECFAF;
}
</style>