#B9AADA

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

Shades of Moon Raker #B9AADA

Tints of Moon Raker #B9AADA

Color information

#B9AADA (or 0xB9AADA) is unknown color: approx Moon Raker. HEX triplet: B9, AA and DA. RGB value is (185,170,218). Sum of RGB (Red+Green+Blue) = 185+170+218=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AADA is #465525. Grayscale: #B3B3B3. Windows color (decimal): -4609318 or 14330553. OLE color: 14330553.

HSL color Cylindrical-coordinate representation of color #B9AADA: hue angle of 258.75º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B9AADA is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB185170218-
CMYK0.150.2200.15
HSL258.75º39.34%76.08%-
HSV(B)258.75º22.02%85.49%-
XYZ47.0444.1372.37-
YUV179.96149.47131.6-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.29%
GREEN value IS 170 (66.80% from 255) = 29.67%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=32.29%
G=29.67%
B=38.05%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851702180.150.2200.15258.7539.3476.08
HexB9AADAF160F103274c
Octal271252332172601740347114
Binary101110011010101011011010111110110011111000000111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AADA; }

 p { color: rgb(185,170,218); }

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

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

 a { background-color: rgb(185,170,218); }

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

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

 span { border-color: rgb(185,170,218); }

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