#BED288

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

Shades of Caper #BED288

Tints of Caper #BED288

Color information

#BED288 (or 0xBED288) is unknown color: approx Caper. HEX triplet: BE, D2 and 88. RGB value is (190,210,136). Sum of RGB (Red+Green+Blue) = 190+210+136=536 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.45% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #BED288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BED288 is #412D77. Grayscale: #C3C3C3. Windows color (decimal): -4271480 or 8966846. OLE color: 8966846.

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

Color convert

RGB190210136-
CMYK0.1000.350.18
HSL76.22º45.12%67.84%-
HSV(B)76.22º35.24%82.35%-
XYZ48.7358.8232.08-
YUV195.5894.37124.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.45%
GREEN value IS 210 (82.42% from 255) = 39.18%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=35.45%
G=39.18%
B=25.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1902101360.1000.350.1876.2245.1267.84
HexBED288A023124c2d44
Octal276322210120432211455104
Binary101111101101001010001000101001000111001010011001011011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BED288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BED288; }

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

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

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

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

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

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

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

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