#BDD17E

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

Shades of Caper #BDD17E

Tints of Caper #BDD17E

Color information

#BDD17E (or 0xBDD17E) is unknown color: approx Caper. HEX triplet: BD, D1 and 7E. RGB value is (189,209,126). Sum of RGB (Red+Green+Blue) = 189+209+126=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 209 (82.03% from 255 or 39.89% from 524); Blue value is 126 (49.61% from 255 or 24.05% from 524); Max value from RGB is 209 - color contains mainly: green. Hex color #BDD17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD17E is #422E81. Grayscale: #C1C1C1. Windows color (decimal): -4337282 or 8311229. OLE color: 8311229.

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

Color convert

RGB189209126-
CMYK0.1000.400.18
HSL74.46º47.43%65.69%-
HSV(B)74.46º39.71%81.96%-
XYZ47.5557.9328.41-
YUV193.5689.87124.75-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 209 (82.03% from 255) = 39.89%
BLUE value IS 126 (49.61% from 255) = 24.05%
R=36.07%
G=39.89%
B=24.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892091260.1000.400.1874.4647.4365.69
HexBDD17EA028124a2f42
Octal275321176120502211257102
Binary10111101110100011111110101001010001001010010101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD17E; }

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

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

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

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

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

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

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

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