Html Css Color HEX #BCD17F Caper

📋 copy color: '#BCD17F'

red 188 ◦ green 209 ◦ blue 127

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

Shades of Caper #BCD17F

Tints of Caper #BCD17F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 24.24%

R = 35.88%
G = 39.89%
B = 24.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#BCD17F (or 0xBCD17F) is known color: Caper. HEX triplet: BC, D1 and 7F. RGB value is (188,209,127). Sum of RGB (Red+Green+Blue) = 188+209+127=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17F is #432E80. Grayscale: #C1C1C1. Windows color (decimal): -4402817 or 8376764. OLE color: 8376764.

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

Color convert

RGB 188 209 127 -
CMYK 0.10 0 0.39 0.18
HSL 75.37º 0.47% 0.66% -
HSV(B) 75.37º 0.39% 0.82% -
XYZ 47.37 57.82 28.74 -
YUV 193.37 90.54 124.17 -
System Red Green Blue C M Y K H S L
Decimal 188 209 127 0.10 0 0.39 0.18 75.37 0.47 0.66
Hex BC D1 7F A 0 27 12 4B 2F 42
Octal 274 321 177 12 0 47 22 113 57 102
Binary 10111100 11010001 1111111 1010 0 100111 10010 1001011 101111 1000010

Color Harmonies of #BCD17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD17F

Black with #BCD17F

Text Example


Text Example

White with #BCD17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD17F; }

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

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

background-color css

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

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

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

border-color css

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

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

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