#BDCDB0

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

Shades of Pixie Green #BDCDB0

Tints of Pixie Green #BDCDB0

Color information

#BDCDB0 (or 0xBDCDB0) is unknown color: approx Pixie Green. HEX triplet: BD, CD and B0. RGB value is (189,205,176). Sum of RGB (Red+Green+Blue) = 189+205+176=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 176 (69.14% from 255 or 30.88% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDB0 is #42324F. Grayscale: #C5C5C5. Windows color (decimal): -4338256 or 11587005. OLE color: 11587005.

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

Color convert

RGB189205176-
CMYK0.0800.140.20
HSL93.1º22.48%74.71%-
HSV(B)93.1º14.15%80.39%-
XYZ50.6557.6249.53-
YUV196.91116.2122.36-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 33.16%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 176 (69.14% from 255) = 30.88%
R=33.16%
G=35.96%
B=30.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051760.0800.140.2093.122.4874.71
HexBDCDB080E145d164b
Octal275315260100162413526113
Binary101111011100110110110000100001110101001011101101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDB0; }

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

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

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

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

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

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

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

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