#BDCDA0

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

Shades of Sprout #BDCDA0

Tints of Sprout #BDCDA0

Color information

#BDCDA0 (or 0xBDCDA0) is unknown color: approx Sprout. HEX triplet: BD, CD and A0. RGB value is (189,205,160). Sum of RGB (Red+Green+Blue) = 189+205+160=554 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.12% from 554); Green value is 205 (80.47% from 255 or 37.00% from 554); Blue value is 160 (62.89% from 255 or 28.88% from 554); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA0 is #42325F. Grayscale: #C3C3C3. Windows color (decimal): -4338272 or 10538429. OLE color: 10538429.

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

Color convert

RGB189205160-
CMYK0.0800.220.20
HSL81.33º31.03%71.57%-
HSV(B)81.33º21.95%80.39%-
XYZ49.1657.0241.67-
YUV195.09108.2123.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.12%
GREEN value IS 205 (80.47% from 255) = 37.00%
BLUE value IS 160 (62.89% from 255) = 28.88%
R=34.12%
G=37.00%
B=28.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051600.0800.220.2081.3331.0371.57
HexBDCDA0801614511f48
Octal275315240100262412137110
Binary1011110111001101101000001000010110101001010001111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDA0; }

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

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

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

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

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

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

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

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