#B9AAE0

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

Shades of Moon Raker #B9AAE0

Tints of Moon Raker #B9AAE0

Color information

#B9AAE0 (or 0xB9AAE0) is unknown color: approx Moon Raker. HEX triplet: B9, AA and E0. RGB value is (185,170,224). Sum of RGB (Red+Green+Blue) = 185+170+224=579 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.95% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 224 (87.89% from 255 or 38.69% from 579); Max value from RGB is 224 - color contains mainly: blue. Hex color #B9AAE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AAE0 is #46551F. Grayscale: #B4B4B4. Windows color (decimal): -4609312 or 14723769. OLE color: 14723769.

HSL color Cylindrical-coordinate representation of color #B9AAE0: hue angle of 256.67º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9AAE0 is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB185170224-
CMYK0.170.2400.12
HSL256.67º46.55%77.25%-
HSV(B)256.67º24.11%87.84%-
XYZ47.8444.4576.58-
YUV180.64152.47131.11-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.95%
GREEN value IS 170 (66.80% from 255) = 29.36%
BLUE value IS 224 (87.89% from 255) = 38.69%
R=31.95%
G=29.36%
B=38.69%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851702240.170.2400.12256.6746.5577.25
HexB9AAE011180C1012f4d
Octal271252340213001440157115
Binary1011100110101010111000001000111000011001000000011011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAE0; }

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

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

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

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

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

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

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

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