Html Css Color HEX #BCD17D Caper

📋 copy color: '#BCD17D'

red 188 ◦ green 209 ◦ blue 125

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

Shades of Caper #BCD17D

Tints of Caper #BCD17D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.95%

R = 36.02%
G = 40.04%
B = 23.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#BCD17D (or 0xBCD17D) is known color: Caper. HEX triplet: BC, D1 and 7D. RGB value is (188,209,125). Sum of RGB (Red+Green+Blue) = 188+209+125=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 209 (82.03% from 255 or 40.04% from 522); Blue value is 125 (49.22% from 255 or 23.95% from 522); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17D is #432E82. Grayscale: #C1C1C1. Windows color (decimal): -4402819 or 8245692. OLE color: 8245692.

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

Color convert

RGB 188 209 125 -
CMYK 0.10 0 0.40 0.18
HSL 75º 0.48% 0.65% -
HSV(B) 75º 0.4% 0.82% -
XYZ 47.24 57.77 28.06 -
YUV 193.15 89.54 124.33 -
System Red Green Blue C M Y K H S L
Decimal 188 209 125 0.10 0 0.40 0.18 75 0.48 0.65
Hex BC D1 7D A 0 28 12 4B 30 41
Octal 274 321 175 12 0 50 22 113 60 101
Binary 10111100 11010001 1111101 1010 0 101000 10010 1001011 110000 1000001

Color Harmonies of #BCD17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD17D

Black with #BCD17D

Text Example


Text Example

White with #BCD17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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