#B9AADF

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

Shades of Moon Raker #B9AADF

Tints of Moon Raker #B9AADF

Color information

#B9AADF (or 0xB9AADF) is unknown color: approx Moon Raker. HEX triplet: B9, AA and DF. RGB value is (185,170,223). Sum of RGB (Red+Green+Blue) = 185+170+223=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 170 (66.80% from 255 or 29.41% from 578); Blue value is 223 (87.5% from 255 or 38.58% from 578); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADF is #465520. Grayscale: #B4B4B4. Windows color (decimal): -4609313 or 14658233. OLE color: 14658233.

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

Color convert

RGB185170223-
CMYK0.170.2400.13
HSL256.98º45.3%77.06%-
HSV(B)256.98º23.77%87.45%-
XYZ47.744.3975.87-
YUV180.53151.97131.19-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.01%
GREEN value IS 170 (66.80% from 255) = 29.41%
BLUE value IS 223 (87.5% from 255) = 38.58%
R=32.01%
G=29.41%
B=38.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851702230.170.2400.13256.9845.377.06
HexB9AADF11180D1012d4d
Octal271252337213001540155115
Binary1011100110101010110111111000111000011011000000011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AADF; }

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

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

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

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

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

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

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

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