#B7A6D5

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

Shades of Moon Raker #B7A6D5

Tints of Moon Raker #B7A6D5

Color information

#B7A6D5 (or 0xB7A6D5) is unknown color: approx Moon Raker. HEX triplet: B7, A6 and D5. RGB value is (183,166,213). Sum of RGB (Red+Green+Blue) = 183+166+213=562 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.56% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 213 (83.59% from 255 or 37.90% from 562); Max value from RGB is 213 - color contains mainly: blue. Hex color #B7A6D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6D5 is #48592A. Grayscale: #B0B0B0. Windows color (decimal): -4741419 or 14001847. OLE color: 14001847.

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

Color convert

RGB183166213-
CMYK0.140.2200.16
HSL261.7º35.88%74.31%-
HSV(B)261.7º22.07%83.53%-
XYZ45.1742.1468.7-
YUV176.44148.63132.68-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.56%
GREEN value IS 166 (65.23% from 255) = 29.54%
BLUE value IS 213 (83.59% from 255) = 37.90%
R=32.56%
G=29.54%
B=37.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831662130.140.2200.16261.735.8874.31
HexB7A6D5E16010106244a
Octal267246325162602040644112
Binary1011011110100110110101011110101100100001000001101001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6D5; }

 p { color: rgb(183,166,213); }

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

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

 a { background-color: rgb(183,166,213); }

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

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

 span { border-color: rgb(183,166,213); }

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