#BED082

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

Shades of Deco #BED082

Tints of Deco #BED082

Color information

#BED082 (or 0xBED082) is unknown color: approx Deco. HEX triplet: BE, D0 and 82. RGB value is (190,208,130). Sum of RGB (Red+Green+Blue) = 190+208+130=528 (69% of max value = 765). Red value is 190 (74.61% from 255 or 35.98% from 528); Green value is 208 (81.64% from 255 or 39.39% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 208 - color contains mainly: green. Hex color #BED082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED082 is #412F7D. Grayscale: #C2C2C2. Windows color (decimal): -4271998 or 8573118. OLE color: 8573118.

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

Color convert

RGB190208130-
CMYK0.0900.380.18
HSL73.85º45.35%66.27%-
HSV(B)73.85º37.5%81.57%-
XYZ47.8257.6729.73-
YUV193.7392.04125.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.98%
GREEN value IS 208 (81.64% from 255) = 39.39%
BLUE value IS 130 (51.17% from 255) = 24.62%
R=35.98%
G=39.39%
B=24.62%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081300.0900.380.1873.8545.3566.27
HexBED0829026124a2d42
Octal276320202110462211255102
Binary101111101101000010000010100101001101001010010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED082; }

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

 H1.HeaderClassName
 {
   color: #BED082;
 }
 .AnyTagClassName
 {
   color: #BED082;
 }
</style>
background-color css

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

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

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

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

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

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