Shades of Pixie Green #BECDAF
Tints of Pixie Green #BECDAF
RGB
CMYK
RGB Variations
Color information
#BECDAF (or 0xBECDAF) is known color: Pixie Green. HEX triplet: BE, CD and AF. RGB value is (190,205,175). Sum of RGB (Red+Green+Blue) = 190+205+175=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDAF is #413250. Grayscale: #C5C5C5. Windows color (decimal): -4272721 or 11521470. OLE color: 11521470.
HSL color Cylindrical-coordinate representation of color #BECDAF: hue angle of 90º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BECDAF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 175 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.20 |
| HSL | 90º | 0.23% | 0.75% | - |
| HSV(B) | 90º | 0.15% | 0.8% | - |
| XYZ | 50.8 | 57.7 | 49.02 | - |
| YUV | 197.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 175 | 0.07 | 0 | 0.15 | 0.20 | 90 | 0.23 | 0.75 |
| Hex | BE | CD | AF | 7 | 0 | F | 14 | 5A | 17 | 4B |
| Octal | 276 | 315 | 257 | 7 | 0 | 17 | 24 | 132 | 27 | 113 |
| Binary | 10111110 | 11001101 | 10101111 | 111 | 0 | 1111 | 10100 | 1011010 | 10111 | 1001011 |
Color Harmonies of #BECDAF
Complementary color
Monochromatic Colors of #BECDAF
Black with #BECDAF
Text Example
Text Example
White with #BECDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDAF; }
p { color: rgb(190,205,175); }
H1.HeaderClassName
{
color: #BECDAF;
}
.AnyTagClassName
{
color: #BECDAF;
}
</style>
background-color css
<style>
a { background-color: #BECDAF; }
a { background-color: rgb(190,205,175); }
div.DivClassName
{
background-color: #BECDAF;
}
.BgClassName
{
background-color: #BECDAF;
}
</style>
border-color css
<style>
span { border-color: #BECDAF; }
span { border-color: rgb(190,205,175); }
td.TdClassName
{
border-color: #BECDAF;
}
.TagClassName
{
border-color: #BECDAF;
}
</style>