#BACD84

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

Shades of Caper #BACD84

Tints of Caper #BACD84

Color information

#BACD84 (or 0xBACD84) is unknown color: approx Caper. HEX triplet: BA, CD and 84. RGB value is (186,205,132). Sum of RGB (Red+Green+Blue) = 186+205+132=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 205 (80.47% from 255 or 39.20% from 523); Blue value is 132 (51.95% from 255 or 25.24% from 523); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD84 is #45327B. Grayscale: #BFBFBF. Windows color (decimal): -4534908 or 8703418. OLE color: 8703418.

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

Color convert

RGB186205132-
CMYK0.0900.360.20
HSL75.62º42.2%66.08%-
HSV(B)75.62º35.61%80.39%-
XYZ46.2555.7730.16-
YUV19194.71124.44-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 205 (80.47% from 255) = 39.20%
BLUE value IS 132 (51.95% from 255) = 25.24%
R=35.56%
G=39.20%
B=25.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051320.0900.360.2075.6242.266.08
HexBACD849024144c2a42
Octal272315204110442411452102
Binary101110101100110110000100100101001001010010011001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD84; }

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

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

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

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

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

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

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

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