#BED285

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

Shades of Caper #BED285

Tints of Caper #BED285

Color information

#BED285 (or 0xBED285) is unknown color: approx Caper. HEX triplet: BE, D2 and 85. RGB value is (190,210,133). Sum of RGB (Red+Green+Blue) = 190+210+133=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 210 (82.42% from 255 or 39.40% from 533); Blue value is 133 (52.34% from 255 or 24.95% from 533); Max value from RGB is 210 - color contains mainly: green. Hex color #BED285 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED285 is #412D7A. Grayscale: #C3C3C3. Windows color (decimal): -4271483 or 8770238. OLE color: 8770238.

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

Color convert

RGB190210133-
CMYK0.1000.370.18
HSL75.58º46.11%67.25%-
HSV(B)75.58º36.67%82.35%-
XYZ48.5258.7330.97-
YUV195.2492.87124.26-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 210 (82.42% from 255) = 39.40%
BLUE value IS 133 (52.34% from 255) = 24.95%
R=35.65%
G=39.40%
B=24.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101330.1000.370.1875.5846.1167.25
HexBED285A025124c2e43
Octal276322205120452211456103
Binary101111101101001010000101101001001011001010011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED285; }

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

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

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

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

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

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

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

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