#BDCDAB

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

Shades of Pixie Green #BDCDAB

Tints of Pixie Green #BDCDAB

Color information

#BDCDAB (or 0xBDCDAB) is unknown color: approx Pixie Green. HEX triplet: BD, CD and AB. RGB value is (189,205,171). Sum of RGB (Red+Green+Blue) = 189+205+171=565 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.45% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDAB is #423254. Grayscale: #C4C4C4. Windows color (decimal): -4338261 or 11259325. OLE color: 11259325.

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

Color convert

RGB189205171-
CMYK0.0800.170.20
HSL88.24º25.37%73.73%-
HSV(B)88.24º16.59%80.39%-
XYZ50.1757.4246.97-
YUV196.34113.7122.76-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.45%
GREEN value IS 205 (80.47% from 255) = 36.28%
BLUE value IS 171 (67.19% from 255) = 30.27%
R=33.45%
G=36.28%
B=30.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051710.0800.170.2088.2425.3773.73
HexBDCDAB80111458194a
Octal275315253100212413031112
Binary1011110111001101101010111000010001101001011000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDAB; }

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

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

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

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

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

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

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

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