#B6AADD

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

Shades of Moon Raker #B6AADD

Tints of Moon Raker #B6AADD

Color information

#B6AADD (or 0xB6AADD) is unknown color: approx Moon Raker. HEX triplet: B6, AA and DD. RGB value is (182,170,221). Sum of RGB (Red+Green+Blue) = 182+170+221=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B6AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AADD is #495522. Grayscale: #B3B3B3. Windows color (decimal): -4805923 or 14527158. OLE color: 14527158.

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

Color convert

RGB182170221-
CMYK0.180.2300.13
HSL254.12º42.86%76.67%-
HSV(B)254.12º23.08%86.67%-
XYZ46.7243.9174.42-
YUV179.4151.48129.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=31.76%
G=29.67%
B=38.57%

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
Decimal1821702210.180.2300.13254.1242.8676.67
HexB6AADD12170Dfe2b4d
Octal266252335222701537653115
Binary101101101010101011011101100101011101101111111101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AADD; }

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

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

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

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

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

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

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

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