#BCCCA9

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

Shades of Pixie Green #BCCCA9

Tints of Pixie Green #BCCCA9

Color information

#BCCCA9 (or 0xBCCCA9) is unknown color: approx Pixie Green. HEX triplet: BC, CC and A9. RGB value is (188,204,169). Sum of RGB (Red+Green+Blue) = 188+204+169=561 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.51% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 169 (66.41% from 255 or 30.12% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA9 is #433356. Grayscale: #C3C3C3. Windows color (decimal): -4404055 or 11127996. OLE color: 11127996.

HSL color Cylindrical-coordinate representation of color #BCCCA9: hue angle of 87.43º degrees, saturation: 0.26, 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 #BCCCA9 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB188204169-
CMYK0.0800.170.2
HSL87.43º25.55%73.14%-
HSV(B)87.43º17.16%80%-
XYZ49.4956.7445.88-
YUV195.23113.2122.85-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.51%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 169 (66.41% from 255) = 30.12%
R=33.51%
G=36.36%
B=30.12%

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
Decimal1882041690.0800.170.287.4325.5573.14
HexBCCCA9801114571a49
Octal274314251100212412732111
Binary1011110011001100101010011000010001101001010111110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCA9; }

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

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

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

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

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

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

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

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