#BCCCA5

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

Shades of Pixie Green #BCCCA5

Tints of Pixie Green #BCCCA5

Color information

#BCCCA5 (or 0xBCCCA5) is unknown color: approx Pixie Green. HEX triplet: BC, CC and A5. RGB value is (188,204,165). Sum of RGB (Red+Green+Blue) = 188+204+165=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCCA5 is #43335A. Grayscale: #C2C2C2. Windows color (decimal): -4404059 or 10865852. OLE color: 10865852.

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

Color convert

RGB188204165-
CMYK0.0800.190.2
HSL84.62º27.66%72.35%-
HSV(B)84.62º19.12%80%-
XYZ49.1256.5943.93-
YUV194.77111.2123.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 165 (64.84% from 255) = 29.62%
R=33.75%
G=36.62%
B=29.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1882041650.0800.190.284.6227.6672.35
HexBCCCA5801314551c48
Octal274314245100232412534110
Binary1011110011001100101001011000010011101001010101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCCA5; }

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

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

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

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

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

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

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

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