#B7AADE

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

Shades of Moon Raker #B7AADE

Tints of Moon Raker #B7AADE

Color information

#B7AADE (or 0xB7AADE) is unknown color: approx Moon Raker. HEX triplet: B7, AA and DE. RGB value is (183,170,222). Sum of RGB (Red+Green+Blue) = 183+170+222=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #B7AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADE is #485521. Grayscale: #B3B3B3. Windows color (decimal): -4740386 or 14592695. OLE color: 14592695.

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

Color convert

RGB183170222-
CMYK0.180.2300.13
HSL255º44.07%76.86%-
HSV(B)255º23.42%87.06%-
XYZ47.0944.0975.14-
YUV179.82151.81130.27-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 170 (66.80% from 255) = 29.57%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=31.83%
G=29.57%
B=38.61%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831702220.180.2300.1325544.0776.86
HexB7AADE12170Dff2c4d
Octal267252336222701537754115
Binary101101111010101011011110100101011101101111111111011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AADE; }

 p { color: rgb(183,170,222); }

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

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

 a { background-color: rgb(183,170,222); }

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

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

 span { border-color: rgb(183,170,222); }

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