#BED083

Color #BED083 Caper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Caper #BED083

Tints of Caper #BED083

Color information

#BED083 (or 0xBED083) is unknown color: approx 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

RGB190208131-
CMYK0.0900.370.18
HSL74.03º45.03%66.47%-
HSV(B)74.03º37.02%81.57%-
XYZ47.8957.730.09-
YUV193.8492.54125.26-

RGB Variations

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

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 (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081310.0900.370.1874.0345.0366.47
HexBED0839025124a2d42
Octal276320203110452211255102
Binary101111101101000010000011100101001011001010010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>