#B4AACD

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

Shades of Moon Raker #B4AACD

Tints of Moon Raker #B4AACD

Color information

#B4AACD (or 0xB4AACD) is unknown color: approx Moon Raker. HEX triplet: B4, AA and CD. RGB value is (180,170,205). Sum of RGB (Red+Green+Blue) = 180+170+205=555 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.43% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 205 (80.47% from 255 or 36.94% from 555); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4AACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AACD is #4B5532. Grayscale: #B0B0B0. Windows color (decimal): -4937011 or 13478580. OLE color: 13478580.

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

Color convert

RGB180170205-
CMYK0.120.1700.20
HSL257.14º25.93%73.53%-
HSV(B)257.14º17.07%80.39%-
XYZ44.2242.8663.7-
YUV176.98143.81130.15-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.43%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 205 (80.47% from 255) = 36.94%
R=32.43%
G=30.63%
B=36.94%

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
Decimal1801702050.120.1700.20257.1425.9373.53
HexB4AACDC110141011a4a
Octal264252315142102440132112
Binary101101001010101011001101110010001010100100000001110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AACD; }

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

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

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

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

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

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

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

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