Html Css Color HEX #BED083 Caper

📋 copy color: '#BED083'

red 190 ◦ green 208 ◦ blue 131

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

Shades of Caper #BED083

Tints of Caper #BED083

RGB

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

 GREEN value IS 208 (81.64% from 255) = 39.32%

 BLUE value IS 131 (51.56% from 255) = 24.76%

R = 35.92%
G = 39.32%
B = 24.76%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.37

 K value IS 0.18

RGB Variations

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

Color information

#BED083 (or 0xBED083) is known color: Caper. HEX triplet: BE, D0 and 83. RGB value is (190,208,131). Sum of RGB (Red+Green+Blue) = 190+208+131=529 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.92% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 131 (51.56% from 255 or 24.76% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #BED083 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED083 is #412F7C. Grayscale: #C2C2C2. Windows color (decimal): -4271997 or 8638654. OLE color: 8638654.

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

Color convert

RGB 190 208 131 -
CMYK 0.09 0 0.37 0.18
HSL 74.03º 0.45% 0.66% -
HSV(B) 74.03º 0.37% 0.82% -
XYZ 47.89 57.7 30.09 -
YUV 193.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 190 208 131 0.09 0 0.37 0.18 74.03 0.45 0.66
Hex BE D0 83 9 0 25 12 4A 2D 42
Octal 276 320 203 11 0 45 22 112 55 102
Binary 10111110 11010000 10000011 1001 0 100101 10010 1001010 101101 1000010

Color Harmonies of #BED083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BED083

Black with #BED083

Text Example


Text Example

White with #BED083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BED083; }

 p { color: rgb(190,208,131); }

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

background-color css

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

 a { background-color: rgb(190,208,131); }

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

border-color css

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

 span { border-color: rgb(190,208,131); }

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