#BCCB86

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

Shades of Caper #BCCB86

Tints of Caper #BCCB86

Color information

#BCCB86 (or 0xBCCB86) is unknown color: approx Caper. HEX triplet: BC, CB and 86. RGB value is (188,203,134). Sum of RGB (Red+Green+Blue) = 188+203+134=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 203 (79.69% from 255 or 38.67% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB86 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB86 is #433479. Grayscale: #BEBEBE. Windows color (decimal): -4404346 or 8833980. OLE color: 8833980.

HSL color Cylindrical-coordinate representation of color #BCCB86: hue angle of 73.04º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCCB86 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB188203134-
CMYK0.0700.340.20
HSL73.04º39.88%66.08%-
HSV(B)73.04º33.99%79.61%-
XYZ46.455.1230.75-
YUV190.6596.03126.11-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 203 (79.69% from 255) = 38.67%
BLUE value IS 134 (52.73% from 255) = 25.52%
R=35.81%
G=38.67%
B=25.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031340.0700.340.2073.0439.8866.08
HexBCCB86702214492842
Octal27431320670422411150102
Binary10111100110010111000011011101000101010010010011010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB86; }

 p { color: rgb(188,203,134); }

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

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

 a { background-color: rgb(188,203,134); }

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

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

 span { border-color: rgb(188,203,134); }

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