Shades of Pixie Green #B8CFAD
Tints of Pixie Green #B8CFAD
RGB
CMYK
RGB Variations
Color information
#B8CFAD (or 0xB8CFAD) is known color: Pixie Green. HEX triplet: B8, CF and AD. RGB value is (184,207,173). Sum of RGB (Red+Green+Blue) = 184+207+173=564 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.62% from 564); Green value is 207 (81.25% from 255 or 36.70% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8CFAD is #473052. Grayscale: #C4C4C4. Windows color (decimal): -4665427 or 11390904. OLE color: 11390904.
HSL color Cylindrical-coordinate representation of color #B8CFAD: hue angle of 100.59º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8CFAD is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 173 | - |
| CMYK | 0.11 | 0 | 0.16 | 0.19 |
| HSL | 100.59º | 0.26% | 0.75% | - |
| HSV(B) | 100.59º | 0.16% | 0.81% | - |
| XYZ | 49.62 | 57.83 | 48.08 | - |
| YUV | 196.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 173 | 0.11 | 0 | 0.16 | 0.19 | 100.59 | 0.26 | 0.75 |
| Hex | B8 | CF | AD | B | 0 | 10 | 13 | 65 | 1A | 4B |
| Octal | 270 | 317 | 255 | 13 | 0 | 20 | 23 | 145 | 32 | 113 |
| Binary | 10111000 | 11001111 | 10101101 | 1011 | 0 | 10000 | 10011 | 1100101 | 11010 | 1001011 |
Color Harmonies of #B8CFAD
Complementary color
Monochromatic Colors of #B8CFAD
Black with #B8CFAD
Text Example
Text Example
White with #B8CFAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFAD; }
p { color: rgb(184,207,173); }
H1.HeaderClassName
{
color: #B8CFAD;
}
.AnyTagClassName
{
color: #B8CFAD;
}
</style>
background-color css
<style>
a { background-color: #B8CFAD; }
a { background-color: rgb(184,207,173); }
div.DivClassName
{
background-color: #B8CFAD;
}
.BgClassName
{
background-color: #B8CFAD;
}
</style>
border-color css
<style>
span { border-color: #B8CFAD; }
span { border-color: rgb(184,207,173); }
td.TdClassName
{
border-color: #B8CFAD;
}
.TagClassName
{
border-color: #B8CFAD;
}
</style>