#B6ABD9

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

Shades of Moon Raker #B6ABD9

Tints of Moon Raker #B6ABD9

Color information

#B6ABD9 (or 0xB6ABD9) is unknown color: approx Moon Raker. HEX triplet: B6, AB and D9. RGB value is (182,171,217). Sum of RGB (Red+Green+Blue) = 182+171+217=570 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.93% from 570); Green value is 171 (67.19% from 255 or 30% from 570); Blue value is 217 (85.16% from 255 or 38.07% from 570); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABD9 is #495426. Grayscale: #B3B3B3. Windows color (decimal): -4805671 or 14265270. OLE color: 14265270.

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

Color convert

RGB182171217-
CMYK0.160.2100.15
HSL254.35º37.7%76.08%-
HSV(B)254.35º21.2%85.1%-
XYZ46.3844.0871.71-
YUV179.53149.14129.76-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.93%
GREEN value IS 171 (67.19% from 255) = 30%
BLUE value IS 217 (85.16% from 255) = 38.07%
R=31.93%
G=30%
B=38.07%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821712170.160.2100.15254.3537.776.08
HexB6ABD910150Ffe264c
Octal266253331202501737646114
Binary101101101010101111011001100001010101111111111101001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABD9; }

 p { color: rgb(182,171,217); }

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

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

 a { background-color: rgb(182,171,217); }

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

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

 span { border-color: rgb(182,171,217); }

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