#B6AADE

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

Shades of Moon Raker #B6AADE

Tints of Moon Raker #B6AADE

Color information

#B6AADE (or 0xB6AADE) is unknown color: approx Moon Raker. HEX triplet: B6, AA and DE. RGB value is (182,170,222). Sum of RGB (Red+Green+Blue) = 182+170+222=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #B6AADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AADE is #495521. Grayscale: #B3B3B3. Windows color (decimal): -4805922 or 14592694. OLE color: 14592694.

HSL color Cylindrical-coordinate representation of color #B6AADE: hue angle of 253.85º 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 #B6AADE is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182170222-
CMYK0.180.2300.13
HSL253.85º44.07%76.86%-
HSV(B)253.85º23.42%87.06%-
XYZ46.8543.9775.12-
YUV179.52151.98129.77-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=31.71%
G=29.62%
B=38.68%

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
Decimal1821702220.180.2300.13253.8544.0776.86
HexB6AADE12170Dfe2c4d
Octal266252336222701537654115
Binary101101101010101011011110100101011101101111111101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AADE; }

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

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

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

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

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

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

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

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