#BED283

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

Shades of Caper #BED283

Tints of Caper #BED283

Color information

#BED283 (or 0xBED283) is unknown color: approx Caper. HEX triplet: BE, D2 and 83. RGB value is (190,210,131). Sum of RGB (Red+Green+Blue) = 190+210+131=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 210 (82.42% from 255 or 39.55% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 210 - color contains mainly: green. Hex color #BED283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED283 is #412D7C. Grayscale: #C3C3C3. Windows color (decimal): -4271485 or 8639166. OLE color: 8639166.

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

Color convert

RGB190210131-
CMYK0.1000.380.18
HSL75.19º46.75%66.86%-
HSV(B)75.19º37.62%82.35%-
XYZ48.3858.6830.25-
YUV195.0191.87124.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 210 (82.42% from 255) = 39.55%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=35.78%
G=39.55%
B=24.67%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101310.1000.380.1875.1946.7566.86
HexBED283A026124b2f43
Octal276322203120462211357103
Binary101111101101001010000011101001001101001010010111011111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED283; }

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

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

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

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

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

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

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

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