#BEAAE1

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

Shades of Moon Raker #BEAAE1

Tints of Moon Raker #BEAAE1

Color information

#BEAAE1 (or 0xBEAAE1) is unknown color: approx Moon Raker. HEX triplet: BE, AA and E1. RGB value is (190,170,225). Sum of RGB (Red+Green+Blue) = 190+170+225=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 170 (66.80% from 255 or 29.06% from 585); Blue value is 225 (88.28% from 255 or 38.46% from 585); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEAAE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAE1 is #41551E. Grayscale: #B6B6B6. Windows color (decimal): -4281631 or 14789310. OLE color: 14789310.

HSL color Cylindrical-coordinate representation of color #BEAAE1: hue angle of 261.82º degrees, saturation: 0.48, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEAAE1 is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190170225-
CMYK0.160.2400.12
HSL261.82º47.83%77.45%-
HSV(B)261.82º24.44%88.24%-
XYZ49.245.1377.35-
YUV182.25152.13133.53-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 170 (66.80% from 255) = 29.06%
BLUE value IS 225 (88.28% from 255) = 38.46%
R=32.48%
G=29.06%
B=38.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901702250.160.2400.12261.8247.8377.45
HexBEAAE110180C106304d
Octal276252341203001440660115
Binary1011111010101010111000011000011000011001000001101100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAAE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAAE1; }

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

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

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

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

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

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

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

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