Shades of Pixie Green #BBCAAE
Tints of Pixie Green #BBCAAE
RGB
CMYK
RGB Variations
Color information
#BBCAAE (or 0xBBCAAE) is known color: Pixie Green. HEX triplet: BB, CA and AE. RGB value is (187,202,174). Sum of RGB (Red+Green+Blue) = 187+202+174=563 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.21% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 174 (68.36% from 255 or 30.91% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #BBCAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCAAE is #443551. Grayscale: #C2C2C2. Windows color (decimal): -4470098 or 11455163. OLE color: 11455163.
HSL color Cylindrical-coordinate representation of color #BBCAAE: hue angle of 92.14º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBCAAE is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 202 | 174 | - |
CMYK | 0.07 | 0 | 0.14 | 0.21 |
HSL | 92.14º | 0.21% | 0.74% | - |
HSV(B) | 92.14º | 0.14% | 0.79% | - |
XYZ | 49.25 | 55.86 | 48.23 | - |
YUV | 194.32 | 116.53 | 122.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 202 | 174 | 0.07 | 0 | 0.14 | 0.21 | 92.14 | 0.21 | 0.74 |
Hex | BB | CA | AE | 7 | 0 | E | 15 | 5C | 15 | 4A |
Octal | 273 | 312 | 256 | 7 | 0 | 16 | 25 | 134 | 25 | 112 |
Binary | 10111011 | 11001010 | 10101110 | 111 | 0 | 1110 | 10101 | 1011100 | 10101 | 1001010 |
Color Harmonies of #BBCAAE
Complementary color
Monochromatic Colors of #BBCAAE
Black with #BBCAAE
Text Example
Text Example
White with #BBCAAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCAAE; }
p { color: rgb(187,202,174); }
H1.HeaderClassName
{
color: #BBCAAE;
}
.AnyTagClassName
{
color: #BBCAAE;
}
</style>
background-color css
<style>
a { background-color: #BBCAAE; }
a { background-color: rgb(187,202,174); }
div.DivClassName
{
background-color: #BBCAAE;
}
.BgClassName
{
background-color: #BBCAAE;
}
</style>
border-color css
<style>
span { border-color: #BBCAAE; }
span { border-color: rgb(187,202,174); }
td.TdClassName
{
border-color: #BBCAAE;
}
.TagClassName
{
border-color: #BBCAAE;
}
</style>