#B6AAD6

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

Shades of Moon Raker #B6AAD6

Tints of Moon Raker #B6AAD6

Color information

#B6AAD6 (or 0xB6AAD6) is unknown color: approx Moon Raker. HEX triplet: B6, AA and D6. RGB value is (182,170,214). Sum of RGB (Red+Green+Blue) = 182+170+214=566 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.16% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #B6AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAD6 is #495529. Grayscale: #B2B2B2. Windows color (decimal): -4805930 or 14068406. OLE color: 14068406.

HSL color Cylindrical-coordinate representation of color #B6AAD6: hue angle of 256.36º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B6AAD6 is Cyan = 0.15, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182170214-
CMYK0.150.2100.16
HSL256.36º34.92%75.29%-
HSV(B)256.36º20.56%83.92%-
XYZ45.843.5569.61-
YUV178.6147.98130.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.16%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=32.16%
G=30.04%
B=37.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821702140.150.2100.16256.3634.9275.29
HexB6AAD6F15010100234b
Octal266252326172502040043113
Binary1011011010101010110101101111101010100001000000001000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAD6; }

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

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

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

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

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

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

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

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