Shades of Pixie Green #BED6AB
Tints of Pixie Green #BED6AB
RGB
CMYK
RGB Variations
Color information
#BED6AB (or 0xBED6AB) is known color: Pixie Green. HEX triplet: BE, D6 and AB. RGB value is (190,214,171). Sum of RGB (Red+Green+Blue) = 190+214+171=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 214 (83.98% from 255 or 37.22% from 575); Blue value is 171 (67.19% from 255 or 29.74% from 575); Max value from RGB is 214 - color contains mainly: green. Hex color #BED6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED6AB is #412954. Grayscale: #CACACA. Windows color (decimal): -4270421 or 11261630. OLE color: 11261630.
HSL color Cylindrical-coordinate representation of color #BED6AB: hue angle of 93.49º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BED6AB is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 190 | 214 | 171 | - |
| CMYK | 0.11 | 0 | 0.20 | 0.16 |
| HSL | 93.49º | 0.34% | 0.75% | - |
| HSV(B) | 93.49º | 0.2% | 0.84% | - |
| XYZ | 52.63 | 61.98 | 47.72 | - |
| YUV | 201.92 | 110.55 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 214 | 171 | 0.11 | 0 | 0.20 | 0.16 | 93.49 | 0.34 | 0.75 |
| Hex | BE | D6 | AB | B | 0 | 14 | 10 | 5D | 22 | 4B |
| Octal | 276 | 326 | 253 | 13 | 0 | 24 | 20 | 135 | 42 | 113 |
| Binary | 10111110 | 11010110 | 10101011 | 1011 | 0 | 10100 | 10000 | 1011101 | 100010 | 1001011 |
Color Harmonies of #BED6AB
Complementary color
Monochromatic Colors of #BED6AB
Black with #BED6AB
Text Example
Text Example
White with #BED6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED6AB; }
p { color: rgb(190,214,171); }
H1.HeaderClassName
{
color: #BED6AB;
}
.AnyTagClassName
{
color: #BED6AB;
}
</style>
background-color css
<style>
a { background-color: #BED6AB; }
a { background-color: rgb(190,214,171); }
div.DivClassName
{
background-color: #BED6AB;
}
.BgClassName
{
background-color: #BED6AB;
}
</style>
border-color css
<style>
span { border-color: #BED6AB; }
span { border-color: rgb(190,214,171); }
td.TdClassName
{
border-color: #BED6AB;
}
.TagClassName
{
border-color: #BED6AB;
}
</style>