Html Css Color HEX #BED486 Caper

📋 copy color: '#BED486'

red 190 ◦ green 212 ◦ blue 134

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

Shades of Caper #BED486

Tints of Caper #BED486

RGB

 RED value IS 190 (74.61% from 255) = 35.45%

 GREEN value IS 212 (83.2% from 255) = 39.55%

 BLUE value IS 134 (52.73% from 255) = 25%

R = 35.45%
G = 39.55%
B = 25%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.37

 K value IS 0.17

RGB Variations

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

Color information

#BED486 (or 0xBED486) is known color: Caper. HEX triplet: BE, D4 and 86. RGB value is (190,212,134). Sum of RGB (Red+Green+Blue) = 190+212+134=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 212 (83.20% from 255 or 39.55% from 536); Blue value is 134 (52.73% from 255 or 25% from 536); Max value from RGB is 212 - color contains mainly: green. Hex color #BED486 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED486 is #412B79. Grayscale: #C4C4C4. Windows color (decimal): -4270970 or 8836286. OLE color: 8836286.

HSL color Cylindrical-coordinate representation of color #BED486: hue angle of 76.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED486 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 212 134 -
CMYK 0.10 0 0.37 0.17
HSL 76.92º 0.48% 0.68% -
HSV(B) 76.92º 0.37% 0.83% -
XYZ 49.08 59.76 31.5 -
YUV 196.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 190 212 134 0.10 0 0.37 0.17 76.92 0.48 0.68
Hex BE D4 86 A 0 25 11 4D 30 44
Octal 276 324 206 12 0 45 21 115 60 104
Binary 10111110 11010100 10000110 1010 0 100101 10001 1001101 110000 1000100

Color Harmonies of #BED486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED486

Black with #BED486

Text Example


Text Example

White with #BED486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED486; }

 p { color: rgb(190,212,134); }

 H1.HeaderClassName
 {
   color: #BED486;
 }
 .AnyTagClassName
 {
   color: #BED486;
 }
</style>

background-color css

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

 a { background-color: rgb(190,212,134); }

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

border-color css

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

 span { border-color: rgb(190,212,134); }

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