Shades of Pixie Green #BBCCAE
Tints of Pixie Green #BBCCAE
RGB
CMYK
RGB Variations
Color information
#BBCCAE (or 0xBBCCAE) is known color: Pixie Green. HEX triplet: BB, CC and AE. RGB value is (187,204,174). Sum of RGB (Red+Green+Blue) = 187+204+174=565 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.10% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAE is #443351. Grayscale: #C3C3C3. Windows color (decimal): -4469586 or 11455675. OLE color: 11455675.
HSL color Cylindrical-coordinate representation of color #BBCCAE: hue angle of 94º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBCCAE is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 174 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.2 |
| HSL | 94º | 0.23% | 0.74% | - |
| HSV(B) | 94º | 0.15% | 0.8% | - |
| XYZ | 49.73 | 56.81 | 48.39 | - |
| YUV | 195.5 | 115.87 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 174 | 0.08 | 0 | 0.15 | 0.2 | 94 | 0.23 | 0.74 |
| Hex | BB | CC | AE | 8 | 0 | F | 14 | 5E | 17 | 4A |
| Octal | 273 | 314 | 256 | 10 | 0 | 17 | 24 | 136 | 27 | 112 |
| Binary | 10111011 | 11001100 | 10101110 | 1000 | 0 | 1111 | 10100 | 1011110 | 10111 | 1001010 |
Color Harmonies of #BBCCAE
Complementary color
Monochromatic Colors of #BBCCAE
Black with #BBCCAE
Text Example
Text Example
White with #BBCCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCAE; }
p { color: rgb(187,204,174); }
H1.HeaderClassName
{
color: #BBCCAE;
}
.AnyTagClassName
{
color: #BBCCAE;
}
</style>
background-color css
<style>
a { background-color: #BBCCAE; }
a { background-color: rgb(187,204,174); }
div.DivClassName
{
background-color: #BBCCAE;
}
.BgClassName
{
background-color: #BBCCAE;
}
</style>
border-color css
<style>
span { border-color: #BBCCAE; }
span { border-color: rgb(187,204,174); }
td.TdClassName
{
border-color: #BBCCAE;
}
.TagClassName
{
border-color: #BBCCAE;
}
</style>