#BDCA9E

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

Shades of Sprout #BDCA9E

Tints of Sprout #BDCA9E

Color information

#BDCA9E (or 0xBDCA9E) is unknown color: approx Sprout. HEX triplet: BD, CA and 9E. RGB value is (189,202,158). Sum of RGB (Red+Green+Blue) = 189+202+158=549 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.43% from 549); Green value is 202 (79.30% from 255 or 36.79% from 549); Blue value is 158 (62.11% from 255 or 28.78% from 549); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA9E is #423561. Grayscale: #C1C1C1. Windows color (decimal): -4339042 or 10406589. OLE color: 10406589.

HSL color Cylindrical-coordinate representation of color #BDCA9E: hue angle of 77.73º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BDCA9E is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.21.

Color convert

RGB189202158-
CMYK0.0600.220.21
HSL77.73º29.33%70.59%-
HSV(B)77.73º21.78%79.22%-
XYZ48.2855.5340.52-
YUV193.1108.19125.08-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.43%
GREEN value IS 202 (79.30% from 255) = 36.79%
BLUE value IS 158 (62.11% from 255) = 28.78%
R=34.43%
G=36.79%
B=28.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1892021580.0600.220.2177.7329.3370.59
HexBDCA9E6016154e1d47
Octal27531223660262511635107
Binary101111011100101010011110110010110101011001110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCA9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCA9E; }

 p { color: rgb(189,202,158); }

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

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

 a { background-color: rgb(189,202,158); }

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

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

 span { border-color: rgb(189,202,158); }

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