#B9A7DA

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

Shades of Moon Raker #B9A7DA

Tints of Moon Raker #B9A7DA

Color information

#B9A7DA (or 0xB9A7DA) is unknown color: approx Moon Raker. HEX triplet: B9, A7 and DA. RGB value is (185,167,218). Sum of RGB (Red+Green+Blue) = 185+167+218=570 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.46% from 570); Green value is 167 (65.62% from 255 or 29.30% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #B9A7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A7DA is #465825. Grayscale: #B2B2B2. Windows color (decimal): -4610086 or 14329785. OLE color: 14329785.

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

Color convert

RGB185167218-
CMYK0.150.2300.15
HSL261.18º40.8%75.49%-
HSV(B)261.18º23.39%85.49%-
XYZ46.4843.0172.18-
YUV178.2150.46132.85-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.46%
GREEN value IS 167 (65.62% from 255) = 29.30%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=32.46%
G=29.30%
B=38.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1851672180.150.2300.15261.1840.875.49
HexB9A7DAF170F105294b
Octal271247332172701740551113
Binary101110011010011111011010111110111011111000001011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7DA; }

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

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

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

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

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

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

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

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