Html Css Color HEX #BED286 Caper

📋 copy color: '#BED286'

red 190 ◦ green 210 ◦ blue 134

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

Shades of Caper #BED286

Tints of Caper #BED286

RGB

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

 GREEN value IS 210 (82.42% from 255) = 39.33%

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

R = 35.58%
G = 39.33%
B = 25.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.36

 K value IS 0.18

RGB Variations

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

Color information

#BED286 (or 0xBED286) is known color: Caper. HEX triplet: BE, D2 and 86. RGB value is (190,210,134). Sum of RGB (Red+Green+Blue) = 190+210+134=534 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.58% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 134 (52.73% from 255 or 25.09% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #BED286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED286 is #412D79. Grayscale: #C3C3C3. Windows color (decimal): -4271482 or 8835774. OLE color: 8835774.

HSL color Cylindrical-coordinate representation of color #BED286: hue angle of 75.79º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BED286 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 210 134 -
CMYK 0.10 0 0.36 0.18
HSL 75.79º 0.46% 0.67% -
HSV(B) 75.79º 0.36% 0.82% -
XYZ 48.58 58.76 31.34 -
YUV 195.36 93.37 124.18 -
System Red Green Blue C M Y K H S L
Decimal 190 210 134 0.10 0 0.36 0.18 75.79 0.46 0.67
Hex BE D2 86 A 0 24 12 4C 2E 43
Octal 276 322 206 12 0 44 22 114 56 103
Binary 10111110 11010010 10000110 1010 0 100100 10010 1001100 101110 1000011

Color Harmonies of #BED286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED286

Black with #BED286

Text Example


Text Example

White with #BED286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED286; }

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

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

background-color css

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

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

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

border-color css

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

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

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