#B6AAC6

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

Shades of Moon Raker #B6AAC6

Tints of Moon Raker #B6AAC6

Color information

#B6AAC6 (or 0xB6AAC6) is unknown color: approx Moon Raker. HEX triplet: B6, AA and C6. RGB value is (182,170,198). Sum of RGB (Red+Green+Blue) = 182+170+198=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 198 (77.73% from 255 or 36% from 550); Max value from RGB is 198 - color contains mainly: blue. Hex color #B6AAC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAC6 is #495539. Grayscale: #B0B0B0. Windows color (decimal): -4805946 or 13019830. OLE color: 13019830.

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

Color convert

RGB182170198-
CMYK0.080.1400.22
HSL265.71º19.72%72.16%-
HSV(B)265.71º14.14%77.65%-
XYZ43.8642.7759.37-
YUV176.78139.98131.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 170 (66.80% from 255) = 30.91%
BLUE value IS 198 (77.73% from 255) = 36%
R=33.09%
G=30.91%
B=36%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821701980.080.1400.22265.7119.7272.16
HexB6AAC68E01610a1448
Octal266252306101602641224110
Binary10110110101010101100011010001110010110100001010101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAC6; }

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

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

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

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

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

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

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

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