#BEAED9

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

Shades of Moon Raker #BEAED9

Tints of Moon Raker #BEAED9

Color information

#BEAED9 (or 0xBEAED9) is unknown color: approx Moon Raker. HEX triplet: BE, AE and D9. RGB value is (190,174,217). Sum of RGB (Red+Green+Blue) = 190+174+217=581 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.70% from 581); Green value is 174 (68.36% from 255 or 29.95% from 581); Blue value is 217 (85.16% from 255 or 37.35% from 581); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEAED9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAED9 is #415126. Grayscale: #B7B7B7. Windows color (decimal): -4280615 or 14266046. OLE color: 14266046.

HSL color Cylindrical-coordinate representation of color #BEAED9: hue angle of 262.33º degrees, saturation: 0.36, 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 #BEAED9 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB190174217-
CMYK0.120.2000.15
HSL262.33º36.13%76.67%-
HSV(B)262.33º19.82%85.1%-
XYZ48.946.2371.99-
YUV183.69146.8132.5-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.70%
GREEN value IS 174 (68.36% from 255) = 29.95%
BLUE value IS 217 (85.16% from 255) = 37.35%
R=32.70%
G=29.95%
B=37.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1901742170.120.2000.15262.3336.1376.67
HexBEAED9C140F106244d
Octal276256331142401740644115
Binary101111101010111011011001110010100011111000001101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAED9; }

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

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

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

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

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

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

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

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