#BDD180

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

Shades of Caper #BDD180

Tints of Caper #BDD180

Color information

#BDD180 (or 0xBDD180) is unknown color: approx Caper. HEX triplet: BD, D1 and 80. RGB value is (189,209,128). Sum of RGB (Red+Green+Blue) = 189+209+128=526 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.93% from 526); Green value is 209 (82.03% from 255 or 39.73% from 526); Blue value is 128 (50.39% from 255 or 24.33% from 526); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD180 is #422E7F. Grayscale: #C2C2C2. Windows color (decimal): -4337280 or 8442301. OLE color: 8442301.

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

Color convert

RGB189209128-
CMYK0.1000.390.18
HSL74.81º46.82%66.08%-
HSV(B)74.81º38.76%81.96%-
XYZ47.6857.9829.1-
YUV193.7990.87124.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.93%
GREEN value IS 209 (82.03% from 255) = 39.73%
BLUE value IS 128 (50.39% from 255) = 24.33%
R=35.93%
G=39.73%
B=24.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091280.1000.390.1874.8146.8266.08
HexBDD180A027124b2f42
Octal275321200120472211357102
Binary101111011101000110000000101001001111001010010111011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD180; }

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

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

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

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

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

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

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

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