#B9A7DD

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

Shades of Moon Raker #B9A7DD

Tints of Moon Raker #B9A7DD

Color information

#B9A7DD (or 0xB9A7DD) is unknown color: approx Moon Raker. HEX triplet: B9, A7 and DD. RGB value is (185,167,221). Sum of RGB (Red+Green+Blue) = 185+167+221=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B9A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7DD is #465822. Grayscale: #B2B2B2. Windows color (decimal): -4610083 or 14526393. OLE color: 14526393.

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

Color convert

RGB185167221-
CMYK0.160.2400.13
HSL260º44.26%76.08%-
HSV(B)260º24.43%86.67%-
XYZ46.8843.1774.27-
YUV178.54151.96132.61-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=32.29%
G=29.14%
B=38.57%

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
Decimal1851672210.160.2400.1326044.2676.08
HexB9A7DD10180D1042c4c
Octal271247335203001540454114
Binary1011100110100111110111011000011000011011000001001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7DD; }

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

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

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

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

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

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

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

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