Html Css Color HEX #BCCE9C Sprout

📋 copy color: '#BCCE9C'

red 188 ◦ green 206 ◦ blue 156

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

Shades of Sprout #BCCE9C

Tints of Sprout #BCCE9C

RGB

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

 GREEN value IS 206 (80.86% from 255) = 37.45%

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

R = 34.18%
G = 37.45%
B = 28.36%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.24

 K value IS 0.19

RGB Variations

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

Color information

#BCCE9C (or 0xBCCE9C) is known color: Sprout. HEX triplet: BC, CE and 9C. RGB value is (188,206,156). Sum of RGB (Red+Green+Blue) = 188+206+156=550 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.18% from 550); Green value is 206 (80.86% from 255 or 37.45% from 550); Blue value is 156 (61.33% from 255 or 28.36% from 550); Max value from RGB is 206 - color contains mainly: green. Hex color #BCCE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCE9C is #433163. Grayscale: #C3C3C3. Windows color (decimal): -4403556 or 10276540. OLE color: 10276540.

HSL color Cylindrical-coordinate representation of color #BCCE9C: hue angle of 81.6º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCCE9C is Cyan = 0.09, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 206 156 -
CMYK 0.09 0 0.24 0.19
HSL 81.6º 0.34% 0.71% -
HSV(B) 81.6º 0.24% 0.81% -
XYZ 48.81 57.23 39.93 -
YUV 194.92 106.04 123.07 -
System Red Green Blue C M Y K H S L
Decimal 188 206 156 0.09 0 0.24 0.19 81.6 0.34 0.71
Hex BC CE 9C 9 0 18 13 52 22 47
Octal 274 316 234 11 0 30 23 122 42 107
Binary 10111100 11001110 10011100 1001 0 11000 10011 1010010 100010 1000111

Color Harmonies of #BCCE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCCE9C

Black with #BCCE9C

Text Example


Text Example

White with #BCCE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCCE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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