Html Css Color HEX #BCD07C Caper

📋 copy color: '#BCD07C'

red 188 ◦ green 208 ◦ blue 124

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

Shades of Caper #BCD07C

Tints of Caper #BCD07C

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40%

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

R = 36.15%
G = 40%
B = 23.85%

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

#BCD07C (or 0xBCD07C) is known color: Caper. HEX triplet: BC, D0 and 7C. RGB value is (188,208,124). Sum of RGB (Red+Green+Blue) = 188+208+124=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 208 (81.64% from 255 or 40% from 520); Blue value is 124 (48.83% from 255 or 23.85% from 520); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07C is #432F83. Grayscale: #C0C0C0. Windows color (decimal): -4403076 or 8179900. OLE color: 8179900.

HSL color Cylindrical-coordinate representation of color #BCD07C: hue angle of 74.29º degrees, saturation: 0.47, 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 #BCD07C is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 188 208 124 -
CMYK 0.10 0 0.40 0.18
HSL 74.29º 0.47% 0.65% -
HSV(B) 74.29º 0.4% 0.82% -
XYZ 46.93 57.26 27.65 -
YUV 192.44 89.37 124.83 -
System Red Green Blue C M Y K H S L
Decimal 188 208 124 0.10 0 0.40 0.18 74.29 0.47 0.65
Hex BC D0 7C A 0 28 12 4A 2F 41
Octal 274 320 174 12 0 50 22 112 57 101
Binary 10111100 11010000 1111100 1010 0 101000 10010 1001010 101111 1000001

Color Harmonies of #BCD07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCD07C

Black with #BCD07C

Text Example


Text Example

White with #BCD07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCD07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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