#B6ACD9

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

Shades of Moon Raker #B6ACD9

Tints of Moon Raker #B6ACD9

Color information

#B6ACD9 (or 0xB6ACD9) is unknown color: approx Moon Raker. HEX triplet: B6, AC and D9. RGB value is (182,172,217). Sum of RGB (Red+Green+Blue) = 182+172+217=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 172 (67.58% from 255 or 30.12% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #B6ACD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACD9 is #495326. Grayscale: #B3B3B3. Windows color (decimal): -4805415 or 14265526. OLE color: 14265526.

HSL color Cylindrical-coordinate representation of color #B6ACD9: hue angle of 253.33º degrees, saturation: 0.37, 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 #B6ACD9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182172217-
CMYK0.160.2100.15
HSL253.33º37.19%76.27%-
HSV(B)253.33º20.74%85.1%-
XYZ46.5744.4671.77-
YUV180.12148.81129.34-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 172 (67.58% from 255) = 30.12%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=31.87%
G=30.12%
B=38.00%

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
Decimal1821722170.160.2100.15253.3337.1976.27
HexB6ACD910150Ffd254c
Octal266254331202501737545114
Binary101101101010110011011001100001010101111111111011001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACD9; }

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

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

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

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

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

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

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

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