#B9A9DD

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

Shades of Moon Raker #B9A9DD

Tints of Moon Raker #B9A9DD

Color information

#B9A9DD (or 0xB9A9DD) is unknown color: approx Moon Raker. HEX triplet: B9, A9 and DD. RGB value is (185,169,221). Sum of RGB (Red+Green+Blue) = 185+169+221=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 169 (66.41% from 255 or 29.39% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9A9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9DD is #465622. Grayscale: #B3B3B3. Windows color (decimal): -4609571 or 14526905. OLE color: 14526905.

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

Color convert

RGB185169221-
CMYK0.160.2400.13
HSL258.46º43.33%76.47%-
HSV(B)258.46º23.53%86.67%-
XYZ47.2543.9174.39-
YUV179.71151.3131.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 169 (66.41% from 255) = 29.39%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=32.17%
G=29.39%
B=38.43%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1851692210.160.2400.13258.4643.3376.47
HexB9A9DD10180D1022b4c
Octal271251335203001540253114
Binary1011100110101001110111011000011000011011000000101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9DD; }

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

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

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

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

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

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

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

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