Html Css Color HEX #BCD47C Caper

📋 copy color: '#BCD47C'

red 188 ◦ green 212 ◦ blue 124

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

Shades of Caper #BCD47C

Tints of Caper #BCD47C

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.46%

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

R = 35.88%
G = 40.46%
B = 23.66%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#BCD47C (or 0xBCD47C) is known color: Caper. HEX triplet: BC, D4 and 7C. RGB value is (188,212,124). Sum of RGB (Red+Green+Blue) = 188+212+124=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 212 (83.20% from 255 or 40.46% from 524); Blue value is 124 (48.83% from 255 or 23.66% from 524); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD47C is #432B83. Grayscale: #C3C3C3. Windows color (decimal): -4402052 or 8180924. OLE color: 8180924.

HSL color Cylindrical-coordinate representation of color #BCD47C: hue angle of 76.36º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BCD47C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.

Color convert

RGB 188 212 124 -
CMYK 0.11 0 0.42 0.17
HSL 76.36º 0.51% 0.66% -
HSV(B) 76.36º 0.42% 0.83% -
XYZ 47.92 59.23 27.98 -
YUV 194.79 88.05 123.16 -
System Red Green Blue C M Y K H S L
Decimal 188 212 124 0.11 0 0.42 0.17 76.36 0.51 0.66
Hex BC D4 7C B 0 2A 11 4C 33 42
Octal 274 324 174 13 0 52 21 114 63 102
Binary 10111100 11010100 1111100 1011 0 101010 10001 1001100 110011 1000010

Color Harmonies of #BCD47C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD47C

Black with #BCD47C

Text Example


Text Example

White with #BCD47C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD47C; }

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

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

background-color css

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

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

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

border-color css

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

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

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