Html Css Color HEX #BDCA9C Sprout

📋 copy color: '#BDCA9C'

red 189 ◦ green 202 ◦ blue 156

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

Shades of Sprout #BDCA9C

Tints of Sprout #BDCA9C

RGB

 RED value IS 189 (74.22% from 255) = 34.55%

 GREEN value IS 202 (79.3% from 255) = 36.93%

 BLUE value IS 156 (61.33% from 255) = 28.52%

R = 34.55%
G = 36.93%
B = 28.52%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.21

RGB Variations

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

Color information

#BDCA9C (or 0xBDCA9C) is known color: Sprout. HEX triplet: BD, CA and 9C. RGB value is (189,202,156). Sum of RGB (Red+Green+Blue) = 189+202+156=547 (72% of max value = 765). Red value is 189 (74.22% from 255 or 34.55% from 547); Green value is 202 (79.30% from 255 or 36.93% from 547); Blue value is 156 (61.33% from 255 or 28.52% from 547); Max value from RGB is 202 - color contains mainly: green. Hex color #BDCA9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCA9C is #423563. Grayscale: #C1C1C1. Windows color (decimal): -4339044 or 10275517. OLE color: 10275517.

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

Color convert

RGB 189 202 156 -
CMYK 0.06 0 0.23 0.21
HSL 76.96º 0.3% 0.7% -
HSV(B) 76.96º 0.23% 0.79% -
XYZ 48.11 55.46 39.62 -
YUV 192.87 107.19 125.24 -
System Red Green Blue C M Y K H S L
Decimal 189 202 156 0.06 0 0.23 0.21 76.96 0.3 0.7
Hex BD CA 9C 6 0 17 15 4D 1E 46
Octal 275 312 234 6 0 27 25 115 36 106
Binary 10111101 11001010 10011100 110 0 10111 10101 1001101 11110 1000110

Color Harmonies of #BDCA9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDCA9C

Black with #BDCA9C

Text Example


Text Example

White with #BDCA9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDCA9C; }

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

 H1.HeaderClassName
 {
   color: #BDCA9C;
 }
 .AnyTagClassName
 {
   color: #BDCA9C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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