#BCCB8A

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

Shades of Caper #BCCB8A

Tints of Caper #BCCB8A

Color information

#BCCB8A (or 0xBCCB8A) is unknown color: approx Caper. HEX triplet: BC, CB and 8A. RGB value is (188,203,138). Sum of RGB (Red+Green+Blue) = 188+203+138=529 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.54% from 529); Green value is 203 (79.69% from 255 or 38.37% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCCB8A is #433475. Grayscale: #BFBFBF. Windows color (decimal): -4404342 or 9096124. OLE color: 9096124.

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

Color convert

RGB188203138-
CMYK0.0700.320.20
HSL73.85º38.46%66.86%-
HSV(B)73.85º32.02%79.61%-
XYZ46.6855.2432.25-
YUV191.198.03125.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.54%
GREEN value IS 203 (79.69% from 255) = 38.37%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=35.54%
G=38.37%
B=26.09%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882031380.0700.320.2073.8538.4666.86
HexBCCB8A7020144a2643
Octal27431321270402411246103
Binary10111100110010111000101011101000001010010010101001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCB8A; }

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

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

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

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

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

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

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

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