#BEA9C9

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

Shades of Prelude #BEA9C9

Tints of Prelude #BEA9C9

Color information

#BEA9C9 (or 0xBEA9C9) is unknown color: approx Prelude. HEX triplet: BE, A9 and C9. RGB value is (190,169,201). Sum of RGB (Red+Green+Blue) = 190+169+201=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 201 (78.91% from 255 or 35.89% from 560); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEA9C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9C9 is #415636. Grayscale: #B2B2B2. Windows color (decimal): -4281911 or 13216190. OLE color: 13216190.

HSL color Cylindrical-coordinate representation of color #BEA9C9: hue angle of 279.38º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEA9C9 is Cyan = 0.05, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB190169201-
CMYK0.050.1600.21
HSL279.38º22.86%72.55%-
HSV(B)279.38º15.92%78.82%-
XYZ45.9743.5461.24-
YUV178.93140.46135.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.93%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 201 (78.91% from 255) = 35.89%
R=33.93%
G=30.18%
B=35.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901692010.050.1600.21279.3822.8672.55
HexBEA9C95100151171749
Octal27625131152002542727111
Binary10111110101010011100100110110000010101100010111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEA9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEA9C9; }

 p { color: rgb(190,169,201); }

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

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

 a { background-color: rgb(190,169,201); }

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

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

 span { border-color: rgb(190,169,201); }

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