#B3AAD9

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

Shades of Moon Raker #B3AAD9

Tints of Moon Raker #B3AAD9

Color information

#B3AAD9 (or 0xB3AAD9) is unknown color: approx Moon Raker. HEX triplet: B3, AA and D9. RGB value is (179,170,217). Sum of RGB (Red+Green+Blue) = 179+170+217=566 (74% of max value = 765). Red value is 179 (70.31% from 255 or 31.63% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #B3AAD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B3AAD9 is #4C5526. Grayscale: #B1B1B1. Windows color (decimal): -5002535 or 14265011. OLE color: 14265011.

HSL color Cylindrical-coordinate representation of color #B3AAD9: hue angle of 251.49º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B3AAD9 is Cyan = 0.18, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB179170217-
CMYK0.180.2200.15
HSL251.49º38.21%75.88%-
HSV(B)251.49º21.66%85.1%-
XYZ45.4943.3471.61-
YUV178.05149.98128.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 31.63%
GREEN value IS 170 (66.80% from 255) = 30.04%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=31.63%
G=30.04%
B=38.34%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1791702170.180.2200.15251.4938.2175.88
HexB3AAD912160Ffb264c
Octal263252331222601737346114
Binary101100111010101011011001100101011001111111110111001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3AAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3AAD9; }

 p { color: rgb(179,170,217); }

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

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

 a { background-color: rgb(179,170,217); }

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

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

 span { border-color: rgb(179,170,217); }

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