#B9A9D5

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

Shades of Moon Raker #B9A9D5

Tints of Moon Raker #B9A9D5

Color information

#B9A9D5 (or 0xB9A9D5) is unknown color: approx Moon Raker. HEX triplet: B9, A9 and D5. RGB value is (185,169,213). Sum of RGB (Red+Green+Blue) = 185+169+213=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9A9D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A9D5 is #46562A. Grayscale: #B2B2B2. Windows color (decimal): -4609579 or 14002617. OLE color: 14002617.

HSL color Cylindrical-coordinate representation of color #B9A9D5: hue angle of 261.82º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B9A9D5 is Cyan = 0.13, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB185169213-
CMYK0.130.2100.16
HSL261.82º34.37%74.9%-
HSV(B)261.82º20.66%83.53%-
XYZ46.2143.4968.91-
YUV178.8147.3132.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.63%
GREEN value IS 169 (66.41% from 255) = 29.81%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=32.63%
G=29.81%
B=37.57%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851692130.130.2100.16261.8234.3774.9
HexB9A9D5D15010106224b
Octal271251325152502040642113
Binary1011100110101001110101011101101010100001000001101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9D5; }

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

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

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

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

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

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

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

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