#B6AADC

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

Shades of Moon Raker #B6AADC

Tints of Moon Raker #B6AADC

Color information

#B6AADC (or 0xB6AADC) is unknown color: approx Moon Raker. HEX triplet: B6, AA and DC. RGB value is (182,170,220). Sum of RGB (Red+Green+Blue) = 182+170+220=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 170 (66.80% from 255 or 29.72% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AADC is #495523. Grayscale: #B3B3B3. Windows color (decimal): -4805924 or 14461622. OLE color: 14461622.

HSL color Cylindrical-coordinate representation of color #B6AADC: hue angle of 254.4º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6AADC is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182170220-
CMYK0.170.2300.14
HSL254.4º41.67%76.47%-
HSV(B)254.4º22.73%86.27%-
XYZ46.5843.8673.72-
YUV179.29150.98129.93-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 170 (66.80% from 255) = 29.72%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=31.82%
G=29.72%
B=38.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1821702200.170.2300.14254.441.6776.47
HexB6AADC11170Efe2a4c
Octal266252334212701637652114
Binary101101101010101011011100100011011101110111111101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AADC; }

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

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

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

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

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

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

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

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