#B5AACD

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

Shades of Moon Raker #B5AACD

Tints of Moon Raker #B5AACD

Color information

#B5AACD (or 0xB5AACD) is unknown color: approx Moon Raker. HEX triplet: B5, AA and CD. RGB value is (181,170,205). Sum of RGB (Red+Green+Blue) = 181+170+205=556 (73% of max value = 765). Red value is 181 (71.09% from 255 or 32.55% from 556); Green value is 170 (66.80% from 255 or 30.58% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AACD is #4A5532. Grayscale: #B1B1B1. Windows color (decimal): -4871475 or 13478581. OLE color: 13478581.

HSL color Cylindrical-coordinate representation of color #B5AACD: hue angle of 258.86º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5AACD is Cyan = 0.12, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181170205-
CMYK0.120.1700.20
HSL258.86º25.93%73.53%-
HSV(B)258.86º17.07%80.39%-
XYZ44.4542.9863.71-
YUV177.28143.64130.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.55%
GREEN value IS 170 (66.80% from 255) = 30.58%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=32.55%
G=30.58%
B=36.87%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811702050.120.1700.20258.8625.9373.53
HexB5AACDC110141031a4a
Octal265252315142102440332112
Binary101101011010101011001101110010001010100100000011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AACD; }

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

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

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

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

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

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

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

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