Shades of Pixie Green #BCCCAD
Tints of Pixie Green #BCCCAD
RGB
CMYK
RGB Variations
Color information
#BCCCAD (or 0xBCCCAD) is known color: Pixie Green. HEX triplet: BC, CC and AD. RGB value is (188,204,173). Sum of RGB (Red+Green+Blue) = 188+204+173=565 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.27% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAD is #433352. Grayscale: #C3C3C3. Windows color (decimal): -4404051 or 11390140. OLE color: 11390140.
HSL color Cylindrical-coordinate representation of color #BCCCAD: hue angle of 90.97º 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 #BCCCAD is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 188 | 204 | 173 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.2 |
| HSL | 90.97º | 0.23% | 0.74% | - |
| HSV(B) | 90.97º | 0.15% | 0.8% | - |
| XYZ | 49.87 | 56.89 | 47.89 | - |
| YUV | 195.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 204 | 173 | 0.08 | 0 | 0.15 | 0.2 | 90.97 | 0.23 | 0.74 |
| Hex | BC | CC | AD | 8 | 0 | F | 14 | 5B | 17 | 4A |
| Octal | 274 | 314 | 255 | 10 | 0 | 17 | 24 | 133 | 27 | 112 |
| Binary | 10111100 | 11001100 | 10101101 | 1000 | 0 | 1111 | 10100 | 1011011 | 10111 | 1001010 |
Color Harmonies of #BCCCAD
Complementary color
Monochromatic Colors of #BCCCAD
Black with #BCCCAD
Text Example
Text Example
White with #BCCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCCCAD; }
p { color: rgb(188,204,173); }
H1.HeaderClassName
{
color: #BCCCAD;
}
.AnyTagClassName
{
color: #BCCCAD;
}
</style>
background-color css
<style>
a { background-color: #BCCCAD; }
a { background-color: rgb(188,204,173); }
div.DivClassName
{
background-color: #BCCCAD;
}
.BgClassName
{
background-color: #BCCCAD;
}
</style>
border-color css
<style>
span { border-color: #BCCCAD; }
span { border-color: rgb(188,204,173); }
td.TdClassName
{
border-color: #BCCCAD;
}
.TagClassName
{
border-color: #BCCCAD;
}
</style>