Html Css Color HEX #BCCD9D Sprout

📋 copy color: '#BCCD9D'

red 188 ◦ green 205 ◦ blue 157

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

Shades of Sprout #BCCD9D

Tints of Sprout #BCCD9D

RGB

 RED value IS 188 (73.83% from 255) = 34.18%

 GREEN value IS 205 (80.47% from 255) = 37.27%

 BLUE value IS 157 (61.72% from 255) = 28.55%

R = 34.18%
G = 37.27%
B = 28.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#BCCD9D (or 0xBCCD9D) is known color: Sprout. HEX triplet: BC, CD and 9D. RGB value is (188,205,157). Sum of RGB (Red+Green+Blue) = 188+205+157=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 205 (80.47% from 255 or 37.27% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCD9D is #433262. Grayscale: #C2C2C2. Windows color (decimal): -4403811 or 10341820. OLE color: 10341820.

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

Color convert

RGB 188 205 157 -
CMYK 0.08 0 0.23 0.20
HSL 81.25º 0.32% 0.71% -
HSV(B) 81.25º 0.23% 0.8% -
XYZ 48.66 56.79 40.3 -
YUV 194.45 106.87 123.4 -
System Red Green Blue C M Y K H S L
Decimal 188 205 157 0.08 0 0.23 0.20 81.25 0.32 0.71
Hex BC CD 9D 8 0 17 14 51 20 47
Octal 274 315 235 10 0 27 24 121 40 107
Binary 10111100 11001101 10011101 1000 0 10111 10100 1010001 100000 1000111

Color Harmonies of #BCCD9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCD9D

Black with #BCCD9D

Text Example


Text Example

White with #BCCD9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCD9D; }

 p { color: rgb(188,205,157); }

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

background-color css

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

 a { background-color: rgb(188,205,157); }

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

border-color css

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

 span { border-color: rgb(188,205,157); }

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