#BCCA8C

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

Shades of Caper #BCCA8C

Tints of Caper #BCCA8C

Color information

#BCCA8C (or 0xBCCA8C) is unknown color: approx Caper. HEX triplet: BC, CA and 8C. RGB value is (188,202,140). Sum of RGB (Red+Green+Blue) = 188+202+140=530 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.47% from 530); Green value is 202 (79.30% from 255 or 38.11% from 530); Blue value is 140 (55.08% from 255 or 26.42% from 530); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8C is #433573. Grayscale: #BEBEBE. Windows color (decimal): -4404596 or 9226940. OLE color: 9226940.

HSL color Cylindrical-coordinate representation of color #BCCA8C: hue angle of 73.55º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCCA8C is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB188202140-
CMYK0.0700.310.21
HSL73.55º36.9%67.06%-
HSV(B)73.55º30.69%79.22%-
XYZ46.5954.8332.94-
YUV190.7599.36126.04-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.47%
GREEN value IS 202 (79.30% from 255) = 38.11%
BLUE value IS 140 (55.08% from 255) = 26.42%
R=35.47%
G=38.11%
B=26.42%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882021400.0700.310.2173.5536.967.06
HexBCCA8C701F154a2543
Octal27431221470372511245103
Binary1011110011001010100011001110111111010110010101001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA8C; }

 p { color: rgb(188,202,140); }

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

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

 a { background-color: rgb(188,202,140); }

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

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

 span { border-color: rgb(188,202,140); }

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