#BED089

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

Shades of Caper #BED089

Tints of Caper #BED089

Color information

#BED089 (or 0xBED089) is unknown color: approx Caper. HEX triplet: BE, D0 and 89. RGB value is (190,208,137). Sum of RGB (Red+Green+Blue) = 190+208+137=535 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.51% from 535); Green value is 208 (81.64% from 255 or 38.88% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 208 - color contains mainly: green. Hex color #BED089 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED089 is #412F76. Grayscale: #C2C2C2. Windows color (decimal): -4271991 or 9031870. OLE color: 9031870.

HSL color Cylindrical-coordinate representation of color #BED089: hue angle of 75.21º 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 #BED089 is Cyan = 0.09, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB190208137-
CMYK0.0900.340.18
HSL75.21º43.03%67.65%-
HSV(B)75.21º34.13%81.57%-
XYZ48.3157.8732.29-
YUV194.5295.54124.77-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.51%
GREEN value IS 208 (81.64% from 255) = 38.88%
BLUE value IS 137 (53.91% from 255) = 25.61%
R=35.51%
G=38.88%
B=25.61%

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
Decimal1902081370.0900.340.1875.2143.0367.65
HexBED0899022124b2b44
Octal276320211110422211353104
Binary101111101101000010001001100101000101001010010111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED089; }

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

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

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

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

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

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

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

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