#B9AACD

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

Shades of Moon Raker #B9AACD

Tints of Moon Raker #B9AACD

Color information

#B9AACD (or 0xB9AACD) is unknown color: approx Moon Raker. HEX triplet: B9, AA and CD. RGB value is (185,170,205). Sum of RGB (Red+Green+Blue) = 185+170+205=560 (74% of max value = 765). Red value is 185 (72.66% from 255 or 33.04% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 205 (80.47% from 255 or 36.61% from 560); Max value from RGB is 205 - color contains mainly: blue. Hex color #B9AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AACD is #465532. Grayscale: #B2B2B2. Windows color (decimal): -4609331 or 13478585. OLE color: 13478585.

HSL color Cylindrical-coordinate representation of color #B9AACD: hue angle of 265.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B9AACD is Cyan = 0.10, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB185170205-
CMYK0.100.1700.20
HSL265.71º25.93%73.53%-
HSV(B)265.71º17.07%80.39%-
XYZ45.443.4763.76-
YUV178.48142.97132.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 33.04%
GREEN value IS 170 (66.80% from 255) = 30.36%
BLUE value IS 205 (80.47% from 255) = 36.61%
R=33.04%
G=30.36%
B=36.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1851702050.100.1700.20265.7125.9373.53
HexB9AACDA1101410a1a4a
Octal271252315122102441232112
Binary101110011010101011001101101010001010100100001010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AACD; }

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

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

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

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

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

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

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

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