#B9ABDB

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

Shades of Moon Raker #B9ABDB

Tints of Moon Raker #B9ABDB

Color information

#B9ABDB (or 0xB9ABDB) is unknown color: approx Moon Raker. HEX triplet: B9, AB and DB. RGB value is (185,171,219). Sum of RGB (Red+Green+Blue) = 185+171+219=575 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.17% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #B9ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9ABDB is #465424. Grayscale: #B4B4B4. Windows color (decimal): -4609061 or 14396345. OLE color: 14396345.

HSL color Cylindrical-coordinate representation of color #B9ABDB: hue angle of 257.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9ABDB is Cyan = 0.16, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB185171219-
CMYK0.160.2200.14
HSL257.5º40%76.47%-
HSV(B)257.5º21.92%85.88%-
XYZ47.3644.5573.12-
YUV180.66149.64131.1-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.17%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=32.17%
G=29.74%
B=38.09%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1851712190.160.2200.14257.54076.47
HexB9ABDB10160E102284c
Octal271253333202601640250114
Binary1011100110101011110110111000010110011101000000101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABDB; }

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

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

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

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

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

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

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

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