#BEAEDA

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

Shades of Moon Raker #BEAEDA

Tints of Moon Raker #BEAEDA

Color information

#BEAEDA (or 0xBEAEDA) is unknown color: approx Moon Raker. HEX triplet: BE, AE and DA. RGB value is (190,174,218). Sum of RGB (Red+Green+Blue) = 190+174+218=582 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.65% from 582); Green value is 174 (68.36% from 255 or 29.90% from 582); Blue value is 218 (85.55% from 255 or 37.46% from 582); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEAEDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDA is #415125. Grayscale: #B7B7B7. Windows color (decimal): -4280614 or 14331582. OLE color: 14331582.

HSL color Cylindrical-coordinate representation of color #BEAEDA: hue angle of 261.82º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEAEDA is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190174218-
CMYK0.130.2000.15
HSL261.82º37.29%76.86%-
HSV(B)261.82º20.18%85.49%-
XYZ49.0346.2872.68-
YUV183.8147.3132.42-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.65%
GREEN value IS 174 (68.36% from 255) = 29.90%
BLUE value IS 218 (85.55% from 255) = 37.46%
R=32.65%
G=29.90%
B=37.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901742180.130.2000.15261.8237.2976.86
HexBEAEDAD140F106254d
Octal276256332152401740645115
Binary101111101010111011011010110110100011111000001101001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEDA; }

 p { color: rgb(190,174,218); }

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

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

 a { background-color: rgb(190,174,218); }

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

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

 span { border-color: rgb(190,174,218); }

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