#BDCE87

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

Shades of Caper #BDCE87

Tints of Caper #BDCE87

Color information

#BDCE87 (or 0xBDCE87) is unknown color: approx Caper. HEX triplet: BD, CE and 87. RGB value is (189,206,135). Sum of RGB (Red+Green+Blue) = 189+206+135=530 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.66% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 135 (53.12% from 255 or 25.47% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCE87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCE87 is #423178. Grayscale: #C1C1C1. Windows color (decimal): -4338041 or 8900285. OLE color: 8900285.

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

Color convert

RGB189206135-
CMYK0.0800.340.19
HSL74.37º42.01%66.86%-
HSV(B)74.37º34.47%80.78%-
XYZ47.4356.7131.37-
YUV192.8295.37125.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.66%
GREEN value IS 206 (80.86% from 255) = 38.87%
BLUE value IS 135 (53.12% from 255) = 25.47%
R=35.66%
G=38.87%
B=25.47%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1892061350.0800.340.1974.3742.0166.86
HexBDCE878022134a2a43
Octal275316207100422311252103
Binary101111011100111010000111100001000101001110010101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCE87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCE87; }

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

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

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

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

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

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

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

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