#B9ABD5

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

Shades of Moon Raker #B9ABD5

Tints of Moon Raker #B9ABD5

Color information

#B9ABD5 (or 0xB9ABD5) is unknown color: approx Moon Raker. HEX triplet: B9, AB and D5. RGB value is (185,171,213). Sum of RGB (Red+Green+Blue) = 185+171+213=569 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.51% from 569); Green value is 171 (67.19% from 255 or 30.05% from 569); Blue value is 213 (83.59% from 255 or 37.43% from 569); Max value from RGB is 213 - color contains mainly: blue. Hex color #B9ABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABD5 is #46542A. Grayscale: #B3B3B3. Windows color (decimal): -4609067 or 14003129. OLE color: 14003129.

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

Color convert

RGB185171213-
CMYK0.130.2000.16
HSL260º33.33%75.29%-
HSV(B)260º19.72%83.53%-
XYZ46.5844.2469.04-
YUV179.97146.64131.58-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.51%
GREEN value IS 171 (67.19% from 255) = 30.05%
BLUE value IS 213 (83.59% from 255) = 37.43%
R=32.51%
G=30.05%
B=37.43%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1851712130.130.2000.1626033.3375.29
HexB9ABD5D14010104214b
Octal271253325152402040441113
Binary1011100110101011110101011101101000100001000001001000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABD5; }

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

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

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

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

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

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

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

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