#B6ADC6

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

Shades of Moon Raker #B6ADC6

Tints of Moon Raker #B6ADC6

Color information

#B6ADC6 (or 0xB6ADC6) is unknown color: approx Moon Raker. HEX triplet: B6, AD and C6. RGB value is (182,173,198). Sum of RGB (Red+Green+Blue) = 182+173+198=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 173 (67.97% from 255 or 31.28% from 553); Blue value is 198 (77.73% from 255 or 35.80% from 553); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC6 is #495239. Grayscale: #B2B2B2. Windows color (decimal): -4805178 or 13020598. OLE color: 13020598.

HSL color Cylindrical-coordinate representation of color #B6ADC6: hue angle of 261.6º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B6ADC6 is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182173198-
CMYK0.080.1300.22
HSL261.6º17.99%72.75%-
HSV(B)261.6º12.63%77.65%-
XYZ44.4343.9159.56-
YUV178.54138.98130.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 173 (67.97% from 255) = 31.28%
BLUE value IS 198 (77.73% from 255) = 35.80%
R=32.91%
G=31.28%
B=35.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821731980.080.1300.22261.617.9972.75
HexB6ADC68D0161061249
Octal266255306101502640622111
Binary10110110101011011100011010001101010110100000110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADC6; }

 p { color: rgb(182,173,198); }

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

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

 a { background-color: rgb(182,173,198); }

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

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

 span { border-color: rgb(182,173,198); }

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