#BCCD7E

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

Shades of Caper #BCCD7E

Tints of Caper #BCCD7E

Color information

#BCCD7E (or 0xBCCD7E) is unknown color: approx Caper. HEX triplet: BC, CD and 7E. RGB value is (188,205,126). Sum of RGB (Red+Green+Blue) = 188+205+126=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 126 (49.61% from 255 or 24.28% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD7E is #433281. Grayscale: #BFBFBF. Windows color (decimal): -4403842 or 8310204. OLE color: 8310204.

HSL color Cylindrical-coordinate representation of color #BCCD7E: hue angle of 72.91º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BCCD7E is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB188205126-
CMYK0.0800.390.20
HSL72.91º44.13%64.9%-
HSV(B)72.91º38.54%80.39%-
XYZ46.3455.8628.08-
YUV190.9191.37125.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 205 (80.47% from 255) = 39.50%
BLUE value IS 126 (49.61% from 255) = 24.28%
R=36.22%
G=39.50%
B=24.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882051260.0800.390.2072.9144.1364.9
HexBCCD7E802714492c41
Octal274315176100472411154101
Binary10111100110011011111110100001001111010010010011011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCD7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCD7E; }

 p { color: rgb(188,205,126); }

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

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

 a { background-color: rgb(188,205,126); }

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

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

 span { border-color: rgb(188,205,126); }

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