Shades of Pixie Green #BBCDAF
Tints of Pixie Green #BBCDAF
RGB
CMYK
RGB Variations
Color information
#BBCDAF (or 0xBBCDAF) is known color: Pixie Green. HEX triplet: BB, CD and AF. RGB value is (187,205,175). Sum of RGB (Red+Green+Blue) = 187+205+175=567 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.98% from 567); Green value is 205 (80.47% from 255 or 36.16% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCDAF is #443250. Grayscale: #C4C4C4. Windows color (decimal): -4469329 or 11521467. OLE color: 11521467.
HSL color Cylindrical-coordinate representation of color #BBCDAF: hue angle of 96º 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 #BBCDAF is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 205 | 175 | - |
CMYK | 0.09 | 0 | 0.15 | 0.20 |
HSL | 96º | 0.23% | 0.75% | - |
HSV(B) | 96º | 0.15% | 0.8% | - |
XYZ | 50.06 | 57.32 | 48.98 | - |
YUV | 196.2 | 116.04 | 121.44 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 205 | 175 | 0.09 | 0 | 0.15 | 0.20 | 96 | 0.23 | 0.75 |
Hex | BB | CD | AF | 9 | 0 | F | 14 | 60 | 17 | 4B |
Octal | 273 | 315 | 257 | 11 | 0 | 17 | 24 | 140 | 27 | 113 |
Binary | 10111011 | 11001101 | 10101111 | 1001 | 0 | 1111 | 10100 | 1100000 | 10111 | 1001011 |
Color Harmonies of #BBCDAF
Complementary color
Monochromatic Colors of #BBCDAF
Black with #BBCDAF
Text Example
Text Example
White with #BBCDAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDAF; }
p { color: rgb(187,205,175); }
H1.HeaderClassName
{
color: #BBCDAF;
}
.AnyTagClassName
{
color: #BBCDAF;
}
</style>
background-color css
<style>
a { background-color: #BBCDAF; }
a { background-color: rgb(187,205,175); }
div.DivClassName
{
background-color: #BBCDAF;
}
.BgClassName
{
background-color: #BBCDAF;
}
</style>
border-color css
<style>
span { border-color: #BBCDAF; }
span { border-color: rgb(187,205,175); }
td.TdClassName
{
border-color: #BBCDAF;
}
.TagClassName
{
border-color: #BBCDAF;
}
</style>