#B7AADA

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

Shades of Moon Raker #B7AADA

Tints of Moon Raker #B7AADA

Color information

#B7AADA (or 0xB7AADA) is unknown color: approx Moon Raker. HEX triplet: B7, AA and DA. RGB value is (183,170,218). Sum of RGB (Red+Green+Blue) = 183+170+218=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B7AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADA is #485525. Grayscale: #B3B3B3. Windows color (decimal): -4740390 or 14330551. OLE color: 14330551.

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

Color convert

RGB183170218-
CMYK0.160.2200.15
HSL256.25º39.34%76.08%-
HSV(B)256.25º22.02%85.49%-
XYZ46.5643.8872.35-
YUV179.36149.81130.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=32.05%
G=29.77%
B=38.18%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831702180.160.2200.15256.2539.3476.08
HexB7AADA10160F100274c
Octal267252332202601740047114
Binary1011011110101010110110101000010110011111000000001001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AADA; }

 p { color: rgb(183,170,218); }

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

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

 a { background-color: rgb(183,170,218); }

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

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

 span { border-color: rgb(183,170,218); }

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