#BED186

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

Shades of Caper #BED186

Tints of Caper #BED186

Color information

#BED186 (or 0xBED186) is unknown color: approx Caper. HEX triplet: BE, D1 and 86. RGB value is (190,209,134). Sum of RGB (Red+Green+Blue) = 190+209+134=533 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.65% from 533); Green value is 209 (82.03% from 255 or 39.21% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 209 - color contains mainly: green. Hex color #BED186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED186 is #412E79. Grayscale: #C3C3C3. Windows color (decimal): -4271738 or 8835518. OLE color: 8835518.

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

Color convert

RGB190209134-
CMYK0.0900.360.18
HSL75.2º44.91%67.25%-
HSV(B)75.2º35.89%81.96%-
XYZ48.3458.2731.25-
YUV194.7793.71124.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.65%
GREEN value IS 209 (82.03% from 255) = 39.21%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=35.65%
G=39.21%
B=25.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902091340.0900.360.1875.244.9167.25
HexBED1869024124b2d43
Octal276321206110442211355103
Binary101111101101000110000110100101001001001010010111011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED186; }

 p { color: rgb(190,209,134); }

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

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

 a { background-color: rgb(190,209,134); }

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

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

 span { border-color: rgb(190,209,134); }

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