#B6AAC8

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

Shades of Moon Raker #B6AAC8

Tints of Moon Raker #B6AAC8

Color information

#B6AAC8 (or 0xB6AAC8) is unknown color: approx Moon Raker. HEX triplet: B6, AA and C8. RGB value is (182,170,200). Sum of RGB (Red+Green+Blue) = 182+170+200=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #B6AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6AAC8 is #495537. Grayscale: #B0B0B0. Windows color (decimal): -4805944 or 13150902. OLE color: 13150902.

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

Color convert

RGB182170200-
CMYK0.090.1500.22
HSL264º21.43%72.55%-
HSV(B)264º15%78.43%-
XYZ44.0942.8660.59-
YUV177.01140.98131.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 200 (78.52% from 255) = 36.23%
R=32.97%
G=30.80%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821702000.090.1500.2226421.4372.55
HexB6AAC89F0161081549
Octal266252310111702641025111
Binary10110110101010101100100010011111010110100001000101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AAC8; }

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

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

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

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

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

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

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

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