#BDCE82

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

Shades of Caper #BDCE82

Tints of Caper #BDCE82

Color information

#BDCE82 (or 0xBDCE82) is unknown color: approx Caper. HEX triplet: BD, CE and 82. RGB value is (189,206,130). Sum of RGB (Red+Green+Blue) = 189+206+130=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 206 (80.86% from 255 or 39.24% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE82 is #42317D. Grayscale: #C0C0C0. Windows color (decimal): -4338046 or 8572605. OLE color: 8572605.

HSL color Cylindrical-coordinate representation of color #BDCE82: hue angle of 73.42º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BDCE82 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB189206130-
CMYK0.0800.370.19
HSL73.42º43.68%65.88%-
HSV(B)73.42º36.89%80.78%-
XYZ47.0956.5729.56-
YUV192.2592.87125.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 206 (80.86% from 255) = 39.24%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=36%
G=39.24%
B=24.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061300.0800.370.1973.4243.6865.88
HexBDCE82802513492c42
Octal275316202100452311154102
Binary101111011100111010000010100001001011001110010011011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE82; }

 p { color: rgb(189,206,130); }

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

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

 a { background-color: rgb(189,206,130); }

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

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

 span { border-color: rgb(189,206,130); }

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