#B6A9D1

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

Shades of Moon Raker #B6A9D1

Tints of Moon Raker #B6A9D1

Color information

#B6A9D1 (or 0xB6A9D1) is unknown color: approx Moon Raker. HEX triplet: B6, A9 and D1. RGB value is (182,169,209). Sum of RGB (Red+Green+Blue) = 182+169+209=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 169 (66.41% from 255 or 30.18% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #B6A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A9D1 is #49562E. Grayscale: #B1B1B1. Windows color (decimal): -4806191 or 13740470. OLE color: 13740470.

HSL color Cylindrical-coordinate representation of color #B6A9D1: hue angle of 259.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6A9D1 is Cyan = 0.13, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB182169209-
CMYK0.130.1900.18
HSL259.5º30.3%74.12%-
HSV(B)259.5º19.14%81.96%-
XYZ44.9942.9266.24-
YUV177.45145.81131.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 169 (66.41% from 255) = 30.18%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=32.5%
G=30.18%
B=37.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1821692090.130.1900.18259.530.374.12
HexB6A9D1D130121041e4a
Octal266251321152302240436112
Binary101101101010100111010001110110011010010100000100111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6A9D1; }

 p { color: rgb(182,169,209); }

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

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

 a { background-color: rgb(182,169,209); }

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

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

 span { border-color: rgb(182,169,209); }

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