#BDCCAC

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

Shades of Pixie Green #BDCCAC

Tints of Pixie Green #BDCCAC

Color information

#BDCCAC (or 0xBDCCAC) is unknown color: approx Pixie Green. HEX triplet: BD, CC and AC. RGB value is (189,204,172). Sum of RGB (Red+Green+Blue) = 189+204+172=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCAC is #423353. Grayscale: #C3C3C3. Windows color (decimal): -4338516 or 11324605. OLE color: 11324605.

HSL color Cylindrical-coordinate representation of color #BDCCAC: hue angle of 88.12º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BDCCAC is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB189204172-
CMYK0.0700.160.2
HSL88.12º23.88%73.73%-
HSV(B)88.12º15.69%80%-
XYZ50.0356.9847.39-
YUV195.87114.53123.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 204 (80.08% from 255) = 36.11%
BLUE value IS 172 (67.58% from 255) = 30.44%
R=33.45%
G=36.11%
B=30.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041720.0700.160.288.1223.8873.73
HexBDCCAC70101458184a
Octal27531425470202413030112
Binary101111011100110010101100111010000101001011000110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCAC; }

 p { color: rgb(189,204,172); }

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

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

 a { background-color: rgb(189,204,172); }

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

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

 span { border-color: rgb(189,204,172); }

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