#B5AAC8

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

Shades of Moon Raker #B5AAC8

Tints of Moon Raker #B5AAC8

Color information

#B5AAC8 (or 0xB5AAC8) is unknown color: approx Moon Raker. HEX triplet: B5, AA and C8. RGB value is (181,170,200). Sum of RGB (Red+Green+Blue) = 181+170+200=551 (72% of max value = 765). Red value is 181 (71.09% from 255 or 32.85% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 200 - color contains mainly: blue. Hex color #B5AAC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAC8 is #4A5537. Grayscale: #B0B0B0. Windows color (decimal): -4871480 or 13150901. OLE color: 13150901.

HSL color Cylindrical-coordinate representation of color #B5AAC8: hue angle of 262º 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 #B5AAC8 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB181170200-
CMYK0.090.1500.22
HSL262º21.43%72.55%-
HSV(B)262º15%78.43%-
XYZ43.8642.7460.58-
YUV176.71141.14131.06-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.85%
GREEN value IS 170 (66.80% from 255) = 30.85%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=32.85%
G=30.85%
B=36.30%

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
Decimal1811702000.090.1500.2226221.4372.55
HexB5AAC89F0161061549
Octal265252310111702640625111
Binary10110101101010101100100010011111010110100000110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAC8; }

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

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

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

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

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

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

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

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