#B5AADF

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

Shades of Moon Raker #B5AADF

Tints of Moon Raker #B5AADF

Color information

#B5AADF (or 0xB5AADF) is unknown color: approx Moon Raker. HEX triplet: B5, AA and DF. RGB value is (181,170,223). Sum of RGB (Red+Green+Blue) = 181+170+223=574 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.53% from 574); Green value is 170 (66.80% from 255 or 29.62% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5AADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADF is #4A5520. Grayscale: #B3B3B3. Windows color (decimal): -4871457 or 14658229. OLE color: 14658229.

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

Color convert

RGB181170223-
CMYK0.190.2400.13
HSL252.45º45.3%77.06%-
HSV(B)252.45º23.77%87.45%-
XYZ46.7543.975.82-
YUV179.33152.64129.19-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.53%
GREEN value IS 170 (66.80% from 255) = 29.62%
BLUE value IS 223 (87.5% from 255) = 38.85%
R=31.53%
G=29.62%
B=38.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811702230.190.2400.13252.4545.377.06
HexB5AADF13180Dfc2d4d
Octal265252337233001537455115
Binary101101011010101011011111100111100001101111111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AADF; }

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

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

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

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

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

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

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

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