#BCD082

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

Shades of Caper #BCD082

Tints of Caper #BCD082

Color information

#BCD082 (or 0xBCD082) is unknown color: approx Caper. HEX triplet: BC, D0 and 82. RGB value is (188,208,130). Sum of RGB (Red+Green+Blue) = 188+208+130=526 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.74% from 526); Green value is 208 (81.64% from 255 or 39.54% from 526); Blue value is 130 (51.17% from 255 or 24.71% from 526); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD082 is #432F7D. Grayscale: #C1C1C1. Windows color (decimal): -4403070 or 8573116. OLE color: 8573116.

HSL color Cylindrical-coordinate representation of color #BCD082: hue angle of 75.38º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BCD082 is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB188208130-
CMYK0.1000.380.18
HSL75.38º45.35%66.27%-
HSV(B)75.38º37.5%81.57%-
XYZ47.3257.4129.71-
YUV193.1392.37124.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.74%
GREEN value IS 208 (81.64% from 255) = 39.54%
BLUE value IS 130 (51.17% from 255) = 24.71%
R=35.74%
G=39.54%
B=24.71%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081300.1000.380.1875.3845.3566.27
HexBCD082A026124b2d42
Octal274320202120462211355102
Binary101111001101000010000010101001001101001010010111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD082; }

 p { color: rgb(188,208,130); }

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

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

 a { background-color: rgb(188,208,130); }

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

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

 span { border-color: rgb(188,208,130); }

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