#BEAEDE

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

Shades of Moon Raker #BEAEDE

Tints of Moon Raker #BEAEDE

Color information

#BEAEDE (or 0xBEAEDE) is unknown color: approx Moon Raker. HEX triplet: BE, AE and DE. RGB value is (190,174,222). Sum of RGB (Red+Green+Blue) = 190+174+222=586 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.42% from 586); Green value is 174 (68.36% from 255 or 29.69% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEAEDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAEDE is #415121. Grayscale: #B8B8B8. Windows color (decimal): -4280610 or 14593726. OLE color: 14593726.

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

Color convert

RGB190174222-
CMYK0.140.2200.13
HSL260º42.11%77.65%-
HSV(B)260º21.62%87.06%-
XYZ49.5646.4975.47-
YUV184.26149.3132.1-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.42%
GREEN value IS 174 (68.36% from 255) = 29.69%
BLUE value IS 222 (87.11% from 255) = 37.88%
R=32.42%
G=29.69%
B=37.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901742220.140.2200.1326042.1177.65
HexBEAEDEE160D1042a4e
Octal276256336162601540452116
Binary101111101010111011011110111010110011011000001001010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEAEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEAEDE; }

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

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

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

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

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

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

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

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