#BEADE0

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

Shades of Moon Raker #BEADE0

Tints of Moon Raker #BEADE0

Color information

#BEADE0 (or 0xBEADE0) is unknown color: approx Moon Raker. HEX triplet: BE, AD and E0. RGB value is (190,173,224). Sum of RGB (Red+Green+Blue) = 190+173+224=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 173 (67.97% from 255 or 29.47% from 587); Blue value is 224 (87.89% from 255 or 38.16% from 587); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEADE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEADE0 is #41521F. Grayscale: #B7B7B7. Windows color (decimal): -4280864 or 14724542. OLE color: 14724542.

HSL color Cylindrical-coordinate representation of color #BEADE0: hue angle of 260º degrees, saturation: 0.45, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEADE0 is Cyan = 0.15, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB190173224-
CMYK0.150.2300.12
HSL260º45.13%77.84%-
HSV(B)260º22.77%87.84%-
XYZ49.6346.2276.83-
YUV183.9150.63132.35-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.37%
GREEN value IS 173 (67.97% from 255) = 29.47%
BLUE value IS 224 (87.89% from 255) = 38.16%
R=32.37%
G=29.47%
B=38.16%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1901732240.150.2300.1226045.1377.84
HexBEADE0F170C1042d4e
Octal276255340172701440455116
Binary101111101010110111100000111110111011001000001001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEADE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEADE0; }

 p { color: rgb(190,173,224); }

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

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

 a { background-color: rgb(190,173,224); }

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

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

 span { border-color: rgb(190,173,224); }

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