#B9AADD

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

Shades of Moon Raker #B9AADD

Tints of Moon Raker #B9AADD

Color information

#B9AADD (or 0xB9AADD) is unknown color: approx Moon Raker. HEX triplet: B9, AA and DD. RGB value is (185,170,221). Sum of RGB (Red+Green+Blue) = 185+170+221=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADD is #465522. Grayscale: #B4B4B4. Windows color (decimal): -4609315 or 14527161. OLE color: 14527161.

HSL color Cylindrical-coordinate representation of color #B9AADD: hue angle of 257.65º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B9AADD is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185170221-
CMYK0.160.2300.13
HSL257.65º42.86%76.67%-
HSV(B)257.65º23.08%86.67%-
XYZ47.4344.2874.45-
YUV180.3150.97131.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 170 (66.80% from 255) = 29.51%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=32.12%
G=29.51%
B=38.37%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851702210.160.2300.13257.6542.8676.67
HexB9AADD10170D1022b4d
Octal271252335202701540253115
Binary1011100110101010110111011000010111011011000000101010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AADD; }

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

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

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

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

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

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

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

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