#B6ADC9

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

Shades of Moon Raker #B6ADC9

Tints of Moon Raker #B6ADC9

Color information

#B6ADC9 (or 0xB6ADC9) is unknown color: approx Moon Raker. HEX triplet: B6, AD and C9. RGB value is (182,173,201). Sum of RGB (Red+Green+Blue) = 182+173+201=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 201 (78.91% from 255 or 36.15% from 556); Max value from RGB is 201 - color contains mainly: blue. Hex color #B6ADC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ADC9 is #495236. Grayscale: #B2B2B2. Windows color (decimal): -4805175 or 13217206. OLE color: 13217206.

HSL color Cylindrical-coordinate representation of color #B6ADC9: hue angle of 259.29º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B6ADC9 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182173201-
CMYK0.090.1400.21
HSL259.29º20.59%73.33%-
HSV(B)259.29º13.93%78.82%-
XYZ44.7844.0561.4-
YUV178.88140.48130.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 201 (78.91% from 255) = 36.15%
R=32.73%
G=31.12%
B=36.15%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821732010.090.1400.21259.2920.5973.33
HexB6ADC99E0151031549
Octal266255311111602540325111
Binary10110110101011011100100110011110010101100000011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADC9; }

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

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

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

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

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

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

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

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