#BEAAE5

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

Shades of Moon Raker #BEAAE5

Tints of Moon Raker #BEAAE5

Color information

#BEAAE5 (or 0xBEAAE5) is unknown color: approx Moon Raker. HEX triplet: BE, AA and E5. RGB value is (190,170,229). Sum of RGB (Red+Green+Blue) = 190+170+229=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 170 (66.80% from 255 or 28.86% from 589); Blue value is 229 (89.84% from 255 or 38.88% from 589); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEAAE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAE5 is #41551A. Grayscale: #B6B6B6. Windows color (decimal): -4281627 or 15051454. OLE color: 15051454.

HSL color Cylindrical-coordinate representation of color #BEAAE5: hue angle of 260.34º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BEAAE5 is Cyan = 0.17, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB190170229-
CMYK0.170.2600.10
HSL260.34º53.15%78.24%-
HSV(B)260.34º25.76%89.8%-
XYZ49.7545.3580.26-
YUV182.71154.13133.2-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.26%
GREEN value IS 170 (66.80% from 255) = 28.86%
BLUE value IS 229 (89.84% from 255) = 38.88%
R=32.26%
G=28.86%
B=38.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1901702290.170.2600.10260.3453.1578.24
HexBEAAE5111A0A104354e
Octal276252345213201240465116
Binary1011111010101010111001011000111010010101000001001101011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAE5; }

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

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

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

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

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

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

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

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