#B7A6D9

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

Shades of Moon Raker #B7A6D9

Tints of Moon Raker #B7A6D9

Color information

#B7A6D9 (or 0xB7A6D9) is unknown color: approx Moon Raker. HEX triplet: B7, A6 and D9. RGB value is (183,166,217). Sum of RGB (Red+Green+Blue) = 183+166+217=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 166 (65.23% from 255 or 29.33% from 566); Blue value is 217 (85.16% from 255 or 38.34% from 566); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7A6D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A6D9 is #485926. Grayscale: #B0B0B0. Windows color (decimal): -4741415 or 14263991. OLE color: 14263991.

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

Color convert

RGB183166217-
CMYK0.160.2400.15
HSL260º40.16%75.1%-
HSV(B)260º23.5%85.1%-
XYZ45.6942.3571.41-
YUV176.9150.63132.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 166 (65.23% from 255) = 29.33%
BLUE value IS 217 (85.16% from 255) = 38.34%
R=32.33%
G=29.33%
B=38.34%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831662170.160.2400.1526040.1675.1
HexB7A6D910180F104284b
Octal267246331203001740450113
Binary1011011110100110110110011000011000011111000001001010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A6D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A6D9; }

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

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

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

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

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

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

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

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