#B5AADC

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

Shades of Moon Raker #B5AADC

Tints of Moon Raker #B5AADC

Color information

#B5AADC (or 0xB5AADC) is unknown color: approx Moon Raker. HEX triplet: B5, AA and DC. RGB value is (181,170,220). Sum of RGB (Red+Green+Blue) = 181+170+220=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 220 (86.33% from 255 or 38.53% from 571); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5AADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AADC is #4A5523. Grayscale: #B2B2B2. Windows color (decimal): -4871460 or 14461621. OLE color: 14461621.

HSL color Cylindrical-coordinate representation of color #B5AADC: hue angle of 253.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5AADC is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181170220-
CMYK0.180.2300.14
HSL253.2º41.67%76.47%-
HSV(B)253.2º22.73%86.27%-
XYZ46.3543.7473.71-
YUV178.99151.14129.43-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 170 (66.80% from 255) = 29.77%
BLUE value IS 220 (86.33% from 255) = 38.53%
R=31.70%
G=29.77%
B=38.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811702200.180.2300.14253.241.6776.47
HexB5AADC12170Efd2a4c
Octal265252334222701637552114
Binary101101011010101011011100100101011101110111111011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AADC; }

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

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

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

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

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

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

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

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