#BED485

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

Shades of Caper #BED485

Tints of Caper #BED485

Color information

#BED485 (or 0xBED485) is unknown color: approx Caper. HEX triplet: BE, D4 and 85. RGB value is (190,212,133). Sum of RGB (Red+Green+Blue) = 190+212+133=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 212 (83.20% from 255 or 39.63% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 212 - color contains mainly: green. Hex color #BED485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED485 is #412B7A. Grayscale: #C4C4C4. Windows color (decimal): -4270971 or 8770750. OLE color: 8770750.

HSL color Cylindrical-coordinate representation of color #BED485: hue angle of 76.71º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BED485 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.17.

Color convert

RGB190212133-
CMYK0.1000.370.17
HSL76.71º47.88%67.65%-
HSV(B)76.71º37.26%83.14%-
XYZ49.0159.7331.14-
YUV196.4292.21123.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 212 (83.20% from 255) = 39.63%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=35.51%
G=39.63%
B=24.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1902121330.1000.370.1776.7147.8867.65
HexBED485A025114d3044
Octal276324205120452111560104
Binary101111101101010010000101101001001011000110011011100001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED485; }

 p { color: rgb(190,212,133); }

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

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

 a { background-color: rgb(190,212,133); }

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

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

 span { border-color: rgb(190,212,133); }

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