#BDCCA0

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

Shades of Sprout #BDCCA0

Tints of Sprout #BDCCA0

Color information

#BDCCA0 (or 0xBDCCA0) is unknown color: approx Sprout. HEX triplet: BD, CC and A0. RGB value is (189,204,160). Sum of RGB (Red+Green+Blue) = 189+204+160=553 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.18% from 553); Green value is 204 (80.08% from 255 or 36.89% from 553); Blue value is 160 (62.89% from 255 or 28.93% from 553); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCCA0 is #42335F. Grayscale: #C2C2C2. Windows color (decimal): -4338528 or 10538173. OLE color: 10538173.

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

Color convert

RGB189204160-
CMYK0.0700.220.2
HSL80.45º30.14%71.37%-
HSV(B)80.45º21.57%80%-
XYZ48.9256.5441.59-
YUV194.5108.53124.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.18%
GREEN value IS 204 (80.08% from 255) = 36.89%
BLUE value IS 160 (62.89% from 255) = 28.93%
R=34.18%
G=36.89%
B=28.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1892041600.0700.220.280.4530.1471.37
HexBDCCA0701614501e47
Octal27531424070262412036107
Binary101111011100110010100000111010110101001010000111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCCA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCCA0; }

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

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

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

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

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

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

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

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