#BCCCAA

Color #BCCCAA Pixie Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pixie Green #BCCCAA

Tints of Pixie Green #BCCCAA

Color information

#BCCCAA (or 0xBCCCAA) is unknown color: approx Pixie Green. HEX triplet: BC, CC and AA. RGB value is (188,204,170). Sum of RGB (Red+Green+Blue) = 188+204+170=562 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.45% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCAA is #433355. Grayscale: #C3C3C3. Windows color (decimal): -4404054 or 11193532. OLE color: 11193532.

HSL color Cylindrical-coordinate representation of color #BCCCAA: hue angle of 88.24º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BCCCAA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB188204170-
CMYK0.0800.170.2
HSL88.24º25%73.33%-
HSV(B)88.24º16.67%80%-
XYZ49.5956.7846.38-
YUV195.34113.7122.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 33.45%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 170 (66.80% from 255) = 30.25%
R=33.45%
G=36.30%
B=30.25%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041700.0800.170.288.242573.33
HexBCCCAA801114581949
Octal274314252100212413031111
Binary1011110011001100101010101000010001101001011000110011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCAA; }

 p { color: rgb(188,204,170); }

 H1.HeaderClassName
 {
   color: #BCCCAA;
 }
 .AnyTagClassName
 {
   color: #BCCCAA;
 }
</style>
background-color css

<style>
 a { background-color: #BCCCAA; }

 a { background-color: rgb(188,204,170); }

 div.DivClassName
 {
   background-color: #BCCCAA;
 }
 .BgClassName
 {
   background-color: #BCCCAA;
 }
</style>
border-color css

<style>
 span { border-color: #BCCCAA; }

 span { border-color: rgb(188,204,170); }

 td.TdClassName
 {
   border-color: #BCCCAA;
 }
 .TagClassName
 {
   border-color: #BCCCAA;
 }
</style>