Shades of Pixie Green #BBCCAD
Tints of Pixie Green #BBCCAD
RGB
CMYK
RGB Variations
Color information
#BBCCAD (or 0xBBCCAD) is known color: Pixie Green. HEX triplet: BB, CC and AD. RGB value is (187,204,173). Sum of RGB (Red+Green+Blue) = 187+204+173=564 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.16% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BBCCAD is #443352. Grayscale: #C3C3C3. Windows color (decimal): -4469587 or 11390139. OLE color: 11390139.
HSL color Cylindrical-coordinate representation of color #BBCCAD: hue angle of 92.9º 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 #BBCCAD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 187 | 204 | 173 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.2 |
| HSL | 92.9º | 0.23% | 0.74% | - |
| HSV(B) | 92.9º | 0.15% | 0.8% | - |
| XYZ | 49.63 | 56.77 | 47.88 | - |
| YUV | 195.38 | 115.37 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 173 | 0.08 | 0 | 0.15 | 0.2 | 92.9 | 0.23 | 0.74 |
| Hex | BB | CC | AD | 8 | 0 | F | 14 | 5D | 17 | 4A |
| Octal | 273 | 314 | 255 | 10 | 0 | 17 | 24 | 135 | 27 | 112 |
| Binary | 10111011 | 11001100 | 10101101 | 1000 | 0 | 1111 | 10100 | 1011101 | 10111 | 1001010 |
Color Harmonies of #BBCCAD
Complementary color
Monochromatic Colors of #BBCCAD
Black with #BBCCAD
Text Example
Text Example
White with #BBCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCAD; }
p { color: rgb(187,204,173); }
H1.HeaderClassName
{
color: #BBCCAD;
}
.AnyTagClassName
{
color: #BBCCAD;
}
</style>
background-color css
<style>
a { background-color: #BBCCAD; }
a { background-color: rgb(187,204,173); }
div.DivClassName
{
background-color: #BBCCAD;
}
.BgClassName
{
background-color: #BBCCAD;
}
</style>
border-color css
<style>
span { border-color: #BBCCAD; }
span { border-color: rgb(187,204,173); }
td.TdClassName
{
border-color: #BBCCAD;
}
.TagClassName
{
border-color: #BBCCAD;
}
</style>