#BACD88

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

Shades of Caper #BACD88

Tints of Caper #BACD88

Color information

#BACD88 (or 0xBACD88) is unknown color: approx Caper. HEX triplet: BA, CD and 88. RGB value is (186,205,136). Sum of RGB (Red+Green+Blue) = 186+205+136=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 205 (80.47% from 255 or 38.90% from 527); Blue value is 136 (53.52% from 255 or 25.81% from 527); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD88 is #453277. Grayscale: #BFBFBF. Windows color (decimal): -4534904 or 8965562. OLE color: 8965562.

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

Color convert

RGB186205136-
CMYK0.0900.340.20
HSL76.52º40.83%66.86%-
HSV(B)76.52º33.66%80.39%-
XYZ46.5255.8831.63-
YUV191.4596.71124.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 205 (80.47% from 255) = 38.90%
BLUE value IS 136 (53.52% from 255) = 25.81%
R=35.29%
G=38.90%
B=25.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051360.0900.340.2076.5240.8366.86
HexBACD889022144d2943
Octal272315210110422411551103
Binary101110101100110110001000100101000101010010011011010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD88; }

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

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

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

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

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

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

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

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