#BED08A

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

Shades of Caper #BED08A

Tints of Caper #BED08A

Color information

#BED08A (or 0xBED08A) is unknown color: approx Caper. HEX triplet: BE, D0 and 8A. RGB value is (190,208,138). Sum of RGB (Red+Green+Blue) = 190+208+138=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 138 (54.30% from 255 or 25.75% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #BED08A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED08A is #412F75. Grayscale: #C2C2C2. Windows color (decimal): -4271990 or 9097406. OLE color: 9097406.

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

Color convert

RGB190208138-
CMYK0.0900.340.18
HSL75.43º42.68%67.84%-
HSV(B)75.43º33.65%81.57%-
XYZ48.3857.8932.67-
YUV194.6496.04124.69-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 208 (81.64% from 255) = 38.81%
BLUE value IS 138 (54.30% from 255) = 25.75%
R=35.45%
G=38.81%
B=25.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902081380.0900.340.1875.4342.6867.84
HexBED08A9022124b2b44
Octal276320212110422211353104
Binary101111101101000010001010100101000101001010010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED08A; }

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

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

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

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

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

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

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

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