#B9AAD5

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

Shades of Moon Raker #B9AAD5

Tints of Moon Raker #B9AAD5

Color information

#B9AAD5 (or 0xB9AAD5) is unknown color: approx Moon Raker. HEX triplet: B9, AA and D5. RGB value is (185,170,213). Sum of RGB (Red+Green+Blue) = 185+170+213=568 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.57% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAD5 is #46552A. Grayscale: #B3B3B3. Windows color (decimal): -4609323 or 14002873. OLE color: 14002873.

HSL color Cylindrical-coordinate representation of color #B9AAD5: hue angle of 260.93º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B9AAD5 is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185170213-
CMYK0.130.2000.16
HSL260.93º33.86%75.1%-
HSV(B)260.93º20.19%83.53%-
XYZ46.3943.8768.97-
YUV179.39146.97132-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.57%
GREEN value IS 170 (66.80% from 255) = 29.93%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=32.57%
G=29.93%
B=37.5%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851702130.130.2000.16260.9333.8675.1
HexB9AAD5D14010105224b
Octal271252325152402040542113
Binary1011100110101010110101011101101000100001000001011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAD5; }

 p { color: rgb(185,170,213); }

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

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

 a { background-color: rgb(185,170,213); }

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

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

 span { border-color: rgb(185,170,213); }

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