#BDCDAC

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

Shades of Pixie Green #BDCDAC

Tints of Pixie Green #BDCDAC

Color information

#BDCDAC (or 0xBDCDAC) is unknown color: approx Pixie Green. HEX triplet: BD, CD and AC. RGB value is (189,205,172). Sum of RGB (Red+Green+Blue) = 189+205+172=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 172 (67.58% from 255 or 30.39% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDAC is #423253. Grayscale: #C4C4C4. Windows color (decimal): -4338260 or 11324861. OLE color: 11324861.

HSL color Cylindrical-coordinate representation of color #BDCDAC: hue angle of 89.09º degrees, saturation: 0.25, 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 #BDCDAC is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB189205172-
CMYK0.0800.160.20
HSL89.09º24.81%73.92%-
HSV(B)89.09º16.1%80.39%-
XYZ50.2657.4647.47-
YUV196.45114.2122.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.39%
GREEN value IS 205 (80.47% from 255) = 36.22%
BLUE value IS 172 (67.58% from 255) = 30.39%
R=33.39%
G=36.22%
B=30.39%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051720.0800.160.2089.0924.8173.92
HexBDCDAC80101459194a
Octal275315254100202413131112
Binary1011110111001101101011001000010000101001011001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDAC; }

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

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

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

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

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

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

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

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