Shades of Pixie Green #BED0B1
Tints of Pixie Green #BED0B1
RGB
CMYK
RGB Variations
Color information
#BED0B1 (or 0xBED0B1) is known color: Pixie Green. HEX triplet: BE, D0 and B1. RGB value is (190,208,177). Sum of RGB (Red+Green+Blue) = 190+208+177=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 208 (81.64% from 255 or 36.17% from 575); Blue value is 177 (69.53% from 255 or 30.78% from 575); Max value from RGB is 208 - color contains mainly: green. Hex color #BED0B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED0B1 is #412F4E. Grayscale: #C7C7C7. Windows color (decimal): -4271951 or 11653310. OLE color: 11653310.
HSL color Cylindrical-coordinate representation of color #BED0B1: hue angle of 94.84º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BED0B1 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 208 | 177 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.18 |
| HSL | 94.84º | 0.25% | 0.75% | - |
| HSV(B) | 94.84º | 0.15% | 0.82% | - |
| XYZ | 51.73 | 59.23 | 50.3 | - |
| YUV | 199.08 | 115.54 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 208 | 177 | 0.09 | 0 | 0.15 | 0.18 | 94.84 | 0.25 | 0.75 |
| Hex | BE | D0 | B1 | 9 | 0 | F | 12 | 5F | 19 | 4B |
| Octal | 276 | 320 | 261 | 11 | 0 | 17 | 22 | 137 | 31 | 113 |
| Binary | 10111110 | 11010000 | 10110001 | 1001 | 0 | 1111 | 10010 | 1011111 | 11001 | 1001011 |
Color Harmonies of #BED0B1
Complementary color
Monochromatic Colors of #BED0B1
Black with #BED0B1
Text Example
Text Example
White with #BED0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED0B1; }
p { color: rgb(190,208,177); }
H1.HeaderClassName
{
color: #BED0B1;
}
.AnyTagClassName
{
color: #BED0B1;
}
</style>
background-color css
<style>
a { background-color: #BED0B1; }
a { background-color: rgb(190,208,177); }
div.DivClassName
{
background-color: #BED0B1;
}
.BgClassName
{
background-color: #BED0B1;
}
</style>
border-color css
<style>
span { border-color: #BED0B1; }
span { border-color: rgb(190,208,177); }
td.TdClassName
{
border-color: #BED0B1;
}
.TagClassName
{
border-color: #BED0B1;
}
</style>