#BDCD8A

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

Shades of Caper #BDCD8A

Tints of Caper #BDCD8A

Color information

#BDCD8A (or 0xBDCD8A) is unknown color: approx Caper. HEX triplet: BD, CD and 8A. RGB value is (189,205,138). Sum of RGB (Red+Green+Blue) = 189+205+138=532 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.53% from 532); Green value is 205 (80.47% from 255 or 38.53% from 532); Blue value is 138 (54.30% from 255 or 25.94% from 532); Max value from RGB is 205 - color contains mainly: green. Hex color #BDCD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDCD8A is #423275. Grayscale: #C0C0C0. Windows color (decimal): -4338294 or 9096637. OLE color: 9096637.

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

Color convert

RGB189205138-
CMYK0.0800.330.20
HSL74.33º40.12%67.25%-
HSV(B)74.33º32.68%80.39%-
XYZ47.4156.3232.42-
YUV192.5897.2125.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.53%
GREEN value IS 205 (80.47% from 255) = 38.53%
BLUE value IS 138 (54.30% from 255) = 25.94%
R=35.53%
G=38.53%
B=25.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1892051380.0800.330.2074.3340.1267.25
HexBDCD8A8021144a2843
Octal275315212100412411250103
Binary101111011100110110001010100001000011010010010101010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDCD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDCD8A; }

 p { color: rgb(189,205,138); }

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

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

 a { background-color: rgb(189,205,138); }

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

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

 span { border-color: rgb(189,205,138); }

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