#BCCA8B

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

Shades of Caper #BCCA8B

Tints of Caper #BCCA8B

Color information

#BCCA8B (or 0xBCCA8B) is unknown color: approx Caper. HEX triplet: BC, CA and 8B. RGB value is (188,202,139). Sum of RGB (Red+Green+Blue) = 188+202+139=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 202 (79.30% from 255 or 38.19% from 529); Blue value is 139 (54.69% from 255 or 26.28% from 529); Max value from RGB is 202 - color contains mainly: green. Hex color #BCCA8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCA8B is #433574. Grayscale: #BEBEBE. Windows color (decimal): -4404597 or 9161404. OLE color: 9161404.

HSL color Cylindrical-coordinate representation of color #BCCA8B: hue angle of 73.33º 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 #BCCA8B is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.

Color convert

RGB188202139-
CMYK0.0700.310.21
HSL73.33º37.28%66.86%-
HSV(B)73.33º31.19%79.22%-
XYZ46.5254.832.55-
YUV190.6398.86126.12-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 202 (79.30% from 255) = 38.19%
BLUE value IS 139 (54.69% from 255) = 26.28%
R=35.54%
G=38.19%
B=26.28%

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
Decimal1882021390.0700.310.2173.3337.2866.86
HexBCCA8B701F15492543
Octal27431221370372511145103
Binary1011110011001010100010111110111111010110010011001011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCA8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCA8B; }

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

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

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

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

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

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

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

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