#B5AAD8

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

Shades of Moon Raker #B5AAD8

Tints of Moon Raker #B5AAD8

Color information

#B5AAD8 (or 0xB5AAD8) is unknown color: approx Moon Raker. HEX triplet: B5, AA and D8. RGB value is (181,170,216). Sum of RGB (Red+Green+Blue) = 181+170+216=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 216 - color contains mainly: blue. Hex color #B5AAD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AAD8 is #4A5527. Grayscale: #B2B2B2. Windows color (decimal): -4871464 or 14199477. OLE color: 14199477.

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

Color convert

RGB181170216-
CMYK0.160.2100.15
HSL254.35º37.1%75.69%-
HSV(B)254.35º21.3%84.71%-
XYZ45.8343.5370.95-
YUV178.53149.14129.76-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 170 (66.80% from 255) = 29.98%
BLUE value IS 216 (84.77% from 255) = 38.10%
R=31.92%
G=29.98%
B=38.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811702160.160.2100.15254.3537.175.69
HexB5AAD810150Ffe254c
Octal265252330202501737645114
Binary101101011010101011011000100001010101111111111101001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AAD8; }

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

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

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

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

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

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

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

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