#B9A9DF

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

Shades of Moon Raker #B9A9DF

Tints of Moon Raker #B9A9DF

Color information

#B9A9DF (or 0xB9A9DF) is unknown color: approx Moon Raker. HEX triplet: B9, A9 and DF. RGB value is (185,169,223). Sum of RGB (Red+Green+Blue) = 185+169+223=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 169 (66.41% from 255 or 29.29% from 577); Blue value is 223 (87.5% from 255 or 38.65% from 577); Max value from RGB is 223 - color contains mainly: blue. Hex color #B9A9DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9DF is #465620. Grayscale: #B3B3B3. Windows color (decimal): -4609569 or 14657977. OLE color: 14657977.

HSL color Cylindrical-coordinate representation of color #B9A9DF: hue angle of 257.78º degrees, saturation: 0.46, 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 #B9A9DF is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB185169223-
CMYK0.170.2400.13
HSL257.78º45.76%76.86%-
HSV(B)257.78º24.22%87.45%-
XYZ47.5144.0275.8-
YUV179.94152.3131.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.06%
GREEN value IS 169 (66.41% from 255) = 29.29%
BLUE value IS 223 (87.5% from 255) = 38.65%
R=32.06%
G=29.29%
B=38.65%

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
Decimal1851692230.170.2400.13257.7845.7676.86
HexB9A9DF11180D1022e4d
Octal271251337213001540256115
Binary1011100110101001110111111000111000011011000000101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9DF; }

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

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

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

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

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

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

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

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