#BDD080

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

Shades of Caper #BDD080

Tints of Caper #BDD080

Color information

#BDD080 (or 0xBDD080) is unknown color: approx Caper. HEX triplet: BD, D0 and 80. RGB value is (189,208,128). Sum of RGB (Red+Green+Blue) = 189+208+128=525 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 128 (50.39% from 255 or 24.38% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD080 is #422F7F. Grayscale: #C1C1C1. Windows color (decimal): -4337536 or 8442045. OLE color: 8442045.

HSL color Cylindrical-coordinate representation of color #BDD080: hue angle of 74.25º degrees, saturation: 0.46, 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 #BDD080 is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.18.

Color convert

RGB189208128-
CMYK0.0900.380.18
HSL74.25º45.98%65.88%-
HSV(B)74.25º38.46%81.57%-
XYZ47.4457.4929.02-
YUV193.291.21125-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 128 (50.39% from 255) = 24.38%
R=36%
G=39.62%
B=24.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081280.0900.380.1874.2545.9865.88
HexBDD0809026124a2e42
Octal275320200110462211256102
Binary101111011101000010000000100101001101001010010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD080; }

 p { color: rgb(189,208,128); }

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

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

 a { background-color: rgb(189,208,128); }

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

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

 span { border-color: rgb(189,208,128); }

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