#BEAAC9

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

Shades of Prelude #BEAAC9

Tints of Prelude #BEAAC9

Color information

#BEAAC9 (or 0xBEAAC9) is unknown color: approx Prelude. HEX triplet: BE, AA and C9. RGB value is (190,170,201). Sum of RGB (Red+Green+Blue) = 190+170+201=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 201 (78.91% from 255 or 35.83% from 561); Max value from RGB is 201 - color contains mainly: blue. Hex color #BEAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAC9 is #415536. Grayscale: #B3B3B3. Windows color (decimal): -4281655 or 13216446. OLE color: 13216446.

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

Color convert

RGB190170201-
CMYK0.050.1500.21
HSL278.71º22.3%72.75%-
HSV(B)278.71º15.42%78.82%-
XYZ46.1543.9161.3-
YUV179.51140.13135.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.87%
GREEN value IS 170 (66.80% from 255) = 30.30%
BLUE value IS 201 (78.91% from 255) = 35.83%
R=33.87%
G=30.30%
B=35.83%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1901702010.050.1500.21278.7122.372.75
HexBEAAC95F0151171649
Octal27625231151702542726111
Binary1011111010101010110010011011111010101100010111101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAC9; }

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

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

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

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

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

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

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

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