#B5AADA

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

Shades of Moon Raker #B5AADA

Tints of Moon Raker #B5AADA

Color information

#B5AADA (or 0xB5AADA) is unknown color: approx Moon Raker. HEX triplet: B5, AA and DA. RGB value is (181,170,218). Sum of RGB (Red+Green+Blue) = 181+170+218=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 218 (85.55% from 255 or 38.31% from 569); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5AADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADA is #4A5525. Grayscale: #B2B2B2. Windows color (decimal): -4871462 or 14330549. OLE color: 14330549.

HSL color Cylindrical-coordinate representation of color #B5AADA: hue angle of 253.75º 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 #B5AADA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181170218-
CMYK0.170.2200.15
HSL253.75º39.34%76.08%-
HSV(B)253.75º22.02%85.49%-
XYZ46.0943.6472.32-
YUV178.76150.14129.6-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 170 (66.80% from 255) = 29.88%
BLUE value IS 218 (85.55% from 255) = 38.31%
R=31.81%
G=29.88%
B=38.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811702180.170.2200.15253.7539.3476.08
HexB5AADA11160Ffe274c
Octal265252332212601737647114
Binary101101011010101011011010100011011001111111111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AADA; }

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

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

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

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

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

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

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

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