Html Css Color HEX #BED282 Caper

📋 copy color: '#BED282'

red 190 ◦ green 210 ◦ blue 130

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

Shades of Caper #BED282

Tints of Caper #BED282

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 24.53%

R = 35.85%
G = 39.62%
B = 24.53%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#BED282 (or 0xBED282) is known color: Caper. HEX triplet: BE, D2 and 82. RGB value is (190,210,130). Sum of RGB (Red+Green+Blue) = 190+210+130=530 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.85% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #BED282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED282 is #412D7D. Grayscale: #C3C3C3. Windows color (decimal): -4271486 or 8573630. OLE color: 8573630.

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

Color convert

RGB 190 210 130 -
CMYK 0.10 0 0.38 0.18
HSL 75º 0.47% 0.67% -
HSV(B) 75º 0.38% 0.82% -
XYZ 48.31 58.65 29.89 -
YUV 194.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 190 210 130 0.10 0 0.38 0.18 75 0.47 0.67
Hex BE D2 82 A 0 26 12 4B 2F 43
Octal 276 322 202 12 0 46 22 113 57 103
Binary 10111110 11010010 10000010 1010 0 100110 10010 1001011 101111 1000011

Color Harmonies of #BED282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED282

Black with #BED282

Text Example


Text Example

White with #BED282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED282; }

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

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

background-color css

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

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

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

border-color css

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

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

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