#b7a6e6

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

Shades of Moon Raker #B7A6E6

Tints of Moon Raker #B7A6E6

Color information

#B7A6E6 (or 0xB7A6E6) is unknown color: approx Moon Raker. HEX triplet: B7, A6 and E6. RGB value is (183,166,230). Sum of RGB (Red+Green+Blue) = 183+166+230=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 166 (65.23% from 255 or 28.67% from 579); Blue value is 230 (90.23% from 255 or 39.72% from 579); Max value from RGB is 230 - color contains mainly: blue. Hex color #B7A6E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A6E6 is #485919. Grayscale: #B2B2B2. Windows color (decimal): -4741402 or 15115959. OLE color: 15115959.

HSL color Cylindrical-coordinate representation of color #B7A6E6: hue angle of 255.94º degrees, saturation: 0.56, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B7A6E6 is Cyan = 0.20, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183166230-
CMYK0.200.2800.10
HSL255.94º56.14%77.65%-
HSV(B)255.94º27.83%90.2%-
XYZ47.4543.0580.67-
YUV178.38157.13131.3-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 166 (65.23% from 255) = 28.67%
BLUE value IS 230 (90.23% from 255) = 39.72%
R=31.61%
G=28.67%
B=39.72%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831662300.200.2800.10255.9456.1477.65
HexB7A6E6141C0A100384e
Octal267246346243401240070116
Binary1011011110100110111001101010011100010101000000001110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a6e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a6e6; }

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

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

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

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

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

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

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

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