#B7AADD

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

Shades of Moon Raker #B7AADD

Tints of Moon Raker #B7AADD

Color information

#B7AADD (or 0xB7AADD) is unknown color: approx Moon Raker. HEX triplet: B7, AA and DD. RGB value is (183,170,221). Sum of RGB (Red+Green+Blue) = 183+170+221=574 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.88% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 221 (86.72% from 255 or 38.50% from 574); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7AADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7AADD is #485522. Grayscale: #B3B3B3. Windows color (decimal): -4740387 or 14527159. OLE color: 14527159.

HSL color Cylindrical-coordinate representation of color #B7AADD: hue angle of 255.29º degrees, saturation: 0.43, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7AADD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183170221-
CMYK0.170.2300.13
HSL255.29º42.86%76.67%-
HSV(B)255.29º23.08%86.67%-
XYZ46.9544.0474.43-
YUV179.7151.31130.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.88%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 221 (86.72% from 255) = 38.50%
R=31.88%
G=29.62%
B=38.50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831702210.170.2300.13255.2942.8676.67
HexB7AADD11170Dff2b4d
Octal267252335212701537753115
Binary101101111010101011011101100011011101101111111111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AADD; }

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

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

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

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

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

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

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

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