Html Css Color HEX #BCD17C Caper

📋 copy color: '#BCD17C'

red 188 ◦ green 209 ◦ blue 124

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

Shades of Caper #BCD17C

Tints of Caper #BCD17C

RGB

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

 GREEN value IS 209 (82.03% from 255) = 40.12%

 BLUE value IS 124 (48.83% from 255) = 23.8%

R = 36.08%
G = 40.12%
B = 23.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#BCD17C (or 0xBCD17C) is known color: Caper. HEX triplet: BC, D1 and 7C. RGB value is (188,209,124). Sum of RGB (Red+Green+Blue) = 188+209+124=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 209 (82.03% from 255 or 40.12% from 521); Blue value is 124 (48.83% from 255 or 23.80% from 521); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17C is #432E83. Grayscale: #C1C1C1. Windows color (decimal): -4402820 or 8180156. OLE color: 8180156.

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

Color convert

RGB 188 209 124 -
CMYK 0.10 0 0.41 0.18
HSL 74.82º 0.48% 0.65% -
HSV(B) 74.82º 0.41% 0.82% -
XYZ 47.18 57.75 27.73 -
YUV 193.03 89.04 124.41 -
System Red Green Blue C M Y K H S L
Decimal 188 209 124 0.10 0 0.41 0.18 74.82 0.48 0.65
Hex BC D1 7C A 0 29 12 4B 30 41
Octal 274 321 174 12 0 51 22 113 60 101
Binary 10111100 11010001 1111100 1010 0 101001 10010 1001011 110000 1000001

Color Harmonies of #BCD17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD17C

Black with #BCD17C

Text Example


Text Example

White with #BCD17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD17C; }

 p { color: rgb(188,209,124); }

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

background-color css

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

 a { background-color: rgb(188,209,124); }

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

border-color css

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

 span { border-color: rgb(188,209,124); }

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