Html Css Color HEX #BDCDA1 Sprout

📋 copy color: '#BDCDA1'

red 189 ◦ green 205 ◦ blue 161

#BDCDA1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sprout #BDCDA1

Tints of Sprout #BDCDA1

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 value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BDCDA1 (or 0xBDCDA1) is known color: 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

RGB 189 205 161 -
CMYK 0.08 0 0.21 0.20
HSL 81.82º 0.31% 0.72% -
HSV(B) 81.82º 0.21% 0.8% -
XYZ 49.25 57.05 42.14 -
YUV 195.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 189 205 161 0.08 0 0.21 0.20 81.82 0.31 0.72
Hex BD CD A1 8 0 15 14 52 1F 48
Octal 275 315 241 10 0 25 24 122 37 110
Binary 10111101 11001101 10100001 1000 0 10101 10100 1010010 11111 1001000

Color Harmonies of #BDCDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCDA1

Black with #BDCDA1

Text Example


Text Example

White with #BDCDA1

Text Example


Text Example

HTML Codes & Css Web 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>