#BCD279

Color #BCD279 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BCD279

Tints of Caper #BCD279

Color information

#BCD279 (or 0xBCD279) is unknown color: approx Caper. HEX triplet: BC, D2 and 79. RGB value is (188,210,121). Sum of RGB (Red+Green+Blue) = 188+210+121=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 210 (82.42% from 255 or 40.46% from 519); Blue value is 121 (47.66% from 255 or 23.31% from 519); Max value from RGB is 210 - color contains mainly: green. Hex color #BCD279 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD279 is #432D86. Grayscale: #C1C1C1. Windows color (decimal): -4402567 or 7983804. OLE color: 7983804.

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

Color convert

RGB188210121-
CMYK0.1000.420.18
HSL74.83º49.72%64.9%-
HSV(B)74.83º42.38%82.35%-
XYZ47.2458.1726.83-
YUV193.2887.21124.24-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 210 (82.42% from 255) = 40.46%
BLUE value IS 121 (47.66% from 255) = 23.31%
R=36.22%
G=40.46%
B=23.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882101210.1000.420.1874.8349.7264.9
HexBCD279A02A124b3241
Octal274322171120522211362101
Binary10111100110100101111001101001010101001010010111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD279; }

 p { color: rgb(188,210,121); }

 H1.HeaderClassName
 {
   color: #BCD279;
 }
 .AnyTagClassName
 {
   color: #BCD279;
 }
</style>
background-color css

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

 a { background-color: rgb(188,210,121); }

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

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

 span { border-color: rgb(188,210,121); }

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