#BACD8B

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

Shades of Caper #BACD8B

Tints of Caper #BACD8B

Color information

#BACD8B (or 0xBACD8B) is unknown color: approx Caper. HEX triplet: BA, CD and 8B. RGB value is (186,205,139). Sum of RGB (Red+Green+Blue) = 186+205+139=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8B is #453274. Grayscale: #C0C0C0. Windows color (decimal): -4534901 or 9162170. OLE color: 9162170.

HSL color Cylindrical-coordinate representation of color #BACD8B: hue angle of 77.27º degrees, saturation: 0.4, 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 #BACD8B is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB186205139-
CMYK0.0900.320.20
HSL77.27º39.76%67.45%-
HSV(B)77.27º32.2%80.39%-
XYZ46.7455.9732.77-
YUV191.898.21123.87-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 139 (54.69% from 255) = 26.23%
R=35.09%
G=38.68%
B=26.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051390.0900.320.2077.2739.7667.45
HexBACD8B9020144d2843
Octal272315213110402411550103
Binary101110101100110110001011100101000001010010011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD8B; }

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

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

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

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

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

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

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

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