#BACD85

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

Shades of Caper #BACD85

Tints of Caper #BACD85

Color information

#BACD85 (or 0xBACD85) is unknown color: approx Caper. HEX triplet: BA, CD and 85. RGB value is (186,205,133). Sum of RGB (Red+Green+Blue) = 186+205+133=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 205 (80.47% from 255 or 39.12% from 524); Blue value is 133 (52.34% from 255 or 25.38% from 524); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD85 is #45327A. Grayscale: #BFBFBF. Windows color (decimal): -4534907 or 8768954. OLE color: 8768954.

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

Color convert

RGB186205133-
CMYK0.0900.350.20
HSL75.83º41.86%66.27%-
HSV(B)75.83º35.12%80.39%-
XYZ46.3155.830.52-
YUV191.1195.21124.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.50%
GREEN value IS 205 (80.47% from 255) = 39.12%
BLUE value IS 133 (52.34% from 255) = 25.38%
R=35.50%
G=39.12%
B=25.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051330.0900.350.2075.8341.8666.27
HexBACD859023144c2a42
Octal272315205110432411452102
Binary101110101100110110000101100101000111010010011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD85; }

 p { color: rgb(186,205,133); }

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

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

 a { background-color: rgb(186,205,133); }

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

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

 span { border-color: rgb(186,205,133); }

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