Html Css Color HEX #BED18A Caper

📋 copy color: '#BED18A'

red 190 ◦ green 209 ◦ blue 138

#BED18A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caper #BED18A

Tints of Caper #BED18A

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.3% from 255) = 25.7%

R = 35.38%
G = 38.92%
B = 25.7%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#BED18A (or 0xBED18A) is known color: 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

RGB 190 209 138 -
CMYK 0.09 0 0.34 0.18
HSL 76.06º 0.44% 0.68% -
HSV(B) 76.06º 0.34% 0.82% -
XYZ 48.62 58.38 32.75 -
YUV 195.23 95.71 124.27 -
System Red Green Blue C M Y K H S L
Decimal 190 209 138 0.09 0 0.34 0.18 76.06 0.44 0.68
Hex BE D1 8A 9 0 22 12 4C 2C 44
Octal 276 321 212 11 0 42 22 114 54 104
Binary 10111110 11010001 10001010 1001 0 100010 10010 1001100 101100 1000100

Color Harmonies of #BED18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED18A

Black with #BED18A

Text Example


Text Example

White with #BED18A

Text Example


Text Example

HTML Codes & Css Web 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>