#BDCDA1

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

Shades of Sprout #BDCDA1

Tints of Sprout #BDCDA1

Color information

#BDCDA1 (or 0xBDCDA1) is unknown color: approx Sprout. HEX triplet: BD, CD and A1. RGB value is (189,205,161). Sum of RGB (Red+Green+Blue) = 189+205+161=555 (73% of max value = 765). Red value is 189 (74.22% from 255 or 34.05% from 555); Green value is 205 (80.47% from 255 or 36.94% from 555); Blue value is 161 (63.28% from 255 or 29.01% from 555); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCDA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCDA1 is #42325E. Grayscale: #C3C3C3. Windows color (decimal): -4338271 or 10603965. OLE color: 10603965.

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

Color convert

RGB189205161-
CMYK0.0800.210.20
HSL81.82º30.56%71.76%-
HSV(B)81.82º21.46%80.39%-
XYZ49.2557.0542.14-
YUV195.2108.7123.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 34.05%
GREEN value IS 205 (80.47% from 255) = 36.94%
BLUE value IS 161 (63.28% from 255) = 29.01%
R=34.05%
G=36.94%
B=29.01%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051610.0800.210.2081.8230.5671.76
HexBDCDA1801514521f48
Octal275315241100252412237110
Binary1011110111001101101000011000010101101001010010111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCDA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCDA1; }

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

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

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

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

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

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

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

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