#BDD182

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

Shades of Caper #BDD182

Tints of Caper #BDD182

Color information

#BDD182 (or 0xBDD182) is unknown color: approx Caper. HEX triplet: BD, D1 and 82. RGB value is (189,209,130). Sum of RGB (Red+Green+Blue) = 189+209+130=528 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.80% from 528); Green value is 209 (82.03% from 255 or 39.58% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD182 is #422E7D. Grayscale: #C2C2C2. Windows color (decimal): -4337278 or 8573373. OLE color: 8573373.

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

Color convert

RGB189209130-
CMYK0.1000.380.18
HSL75.19º46.2%66.47%-
HSV(B)75.19º37.8%81.96%-
XYZ47.8258.0329.8-
YUV194.0191.87124.42-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.80%
GREEN value IS 209 (82.03% from 255) = 39.58%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=35.80%
G=39.58%
B=24.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091300.1000.380.1875.1946.266.47
HexBDD182A026124b2e42
Octal275321202120462211356102
Binary101111011101000110000010101001001101001010010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD182; }

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

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

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

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

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

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

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

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