#BCCCA4

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

Shades of Pixie Green #BCCCA4

Tints of Pixie Green #BCCCA4

Color information

#BCCCA4 (or 0xBCCCA4) is unknown color: approx Pixie Green. HEX triplet: BC, CC and A4. RGB value is (188,204,164). Sum of RGB (Red+Green+Blue) = 188+204+164=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 204 (80.08% from 255 or 36.69% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA4 is #43335B. Grayscale: #C2C2C2. Windows color (decimal): -4404060 or 10800316. OLE color: 10800316.

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

Color convert

RGB188204164-
CMYK0.0800.200.2
HSL84º28.17%72.16%-
HSV(B)84º19.61%80%-
XYZ49.0356.5643.45-
YUV194.66110.7123.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 204 (80.08% from 255) = 36.69%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=33.81%
G=36.69%
B=29.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041640.0800.200.28428.1772.16
HexBCCCA4801414541c48
Octal274314244100242412434110
Binary1011110011001100101001001000010100101001010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCA4; }

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

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

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

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

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

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

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

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