#BEAEDD

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

Shades of Moon Raker #BEAEDD

Tints of Moon Raker #BEAEDD

Color information

#BEAEDD (or 0xBEAEDD) is unknown color: approx Moon Raker. HEX triplet: BE, AE and DD. RGB value is (190,174,221). Sum of RGB (Red+Green+Blue) = 190+174+221=585 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.48% from 585); Green value is 174 (68.36% from 255 or 29.74% from 585); Blue value is 221 (86.72% from 255 or 37.78% from 585); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEAEDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDD is #415122. Grayscale: #B7B7B7. Windows color (decimal): -4280611 or 14528190. OLE color: 14528190.

HSL color Cylindrical-coordinate representation of color #BEAEDD: hue angle of 260.43º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEAEDD is Cyan = 0.14, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190174221-
CMYK0.140.2100.13
HSL260.43º40.87%77.45%-
HSV(B)260.43º21.27%86.67%-
XYZ49.4246.4474.77-
YUV184.14148.8132.18-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.48%
GREEN value IS 174 (68.36% from 255) = 29.74%
BLUE value IS 221 (86.72% from 255) = 37.78%
R=32.48%
G=29.74%
B=37.78%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901742210.140.2100.13260.4340.8777.45
HexBEAEDDE150D104294d
Octal276256335162501540451115
Binary101111101010111011011101111010101011011000001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEDD; }

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

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

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

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

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

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

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

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