Html Css Color HEX #BCD29C Sprout

📋 copy color: '#BCD29C'

red 188 ◦ green 210 ◦ blue 156

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

Shades of Sprout #BCD29C

Tints of Sprout #BCD29C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.91%

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

R = 33.94%
G = 37.91%
B = 28.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#BCD29C (or 0xBCD29C) is known color: Sprout. HEX triplet: BC, D2 and 9C. RGB value is (188,210,156). Sum of RGB (Red+Green+Blue) = 188+210+156=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 210 (82.42% from 255 or 37.91% from 554); Blue value is 156 (61.33% from 255 or 28.16% from 554); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD29C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD29C is #432D63. Grayscale: #C5C5C5. Windows color (decimal): -4402532 or 10277564. OLE color: 10277564.

HSL color Cylindrical-coordinate representation of color #BCD29C: hue angle of 84.44º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCD29C is Cyan = 0.10, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 210 156 -
CMYK 0.10 0 0.26 0.18
HSL 84.44º 0.38% 0.72% -
HSV(B) 84.44º 0.26% 0.82% -
XYZ 49.79 59.18 40.25 -
YUV 197.27 104.71 121.39 -
System Red Green Blue C M Y K H S L
Decimal 188 210 156 0.10 0 0.26 0.18 84.44 0.38 0.72
Hex BC D2 9C A 0 1A 12 54 26 48
Octal 274 322 234 12 0 32 22 124 46 110
Binary 10111100 11010010 10011100 1010 0 11010 10010 1010100 100110 1001000

Color Harmonies of #BCD29C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD29C

Black with #BCD29C

Text Example


Text Example

White with #BCD29C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD29C; }

 p { color: rgb(188,210,156); }

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

background-color css

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

 a { background-color: rgb(188,210,156); }

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

border-color css

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

 span { border-color: rgb(188,210,156); }

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