#BED18A

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

Shades of Caper #BED18A

Tints of Caper #BED18A

Color information

#BED18A (or 0xBED18A) is unknown color: approx Caper. HEX triplet: BE, D1 and 8A. RGB value is (190,209,138). Sum of RGB (Red+Green+Blue) = 190+209+138=537 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.38% from 537); Green value is 209 (82.03% from 255 or 38.92% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 209 - color contains mainly: green. Hex color #BED18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED18A is #412E75. Grayscale: #C3C3C3. Windows color (decimal): -4271734 or 9097662. OLE color: 9097662.

HSL color Cylindrical-coordinate representation of color #BED18A: hue angle of 76.06º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BED18A is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB190209138-
CMYK0.0900.340.18
HSL76.06º43.56%68.04%-
HSV(B)76.06º33.97%81.96%-
XYZ48.6258.3832.75-
YUV195.2295.71124.27-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.38%
GREEN value IS 209 (82.03% from 255) = 38.92%
BLUE value IS 138 (54.30% from 255) = 25.70%
R=35.38%
G=38.92%
B=25.70%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091380.0900.340.1876.0643.5668.04
HexBED18A9022124c2c44
Octal276321212110422211454104
Binary101111101101000110001010100101000101001010011001011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED18A; }

 p { color: rgb(190,209,138); }

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

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

 a { background-color: rgb(190,209,138); }

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

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

 span { border-color: rgb(190,209,138); }

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