#B4AAD5

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

Shades of Moon Raker #B4AAD5

Tints of Moon Raker #B4AAD5

Color information

#B4AAD5 (or 0xB4AAD5) is unknown color: approx Moon Raker. HEX triplet: B4, AA and D5. RGB value is (180,170,213). Sum of RGB (Red+Green+Blue) = 180+170+213=563 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.97% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 213 (83.59% from 255 or 37.83% from 563); Max value from RGB is 213 - color contains mainly: blue. Hex color #B4AAD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAD5 is #4B552A. Grayscale: #B1B1B1. Windows color (decimal): -4937003 or 14002868. OLE color: 14002868.

HSL color Cylindrical-coordinate representation of color #B4AAD5: hue angle of 253.95º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4AAD5 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180170213-
CMYK0.150.2000.16
HSL253.95º33.86%75.1%-
HSV(B)253.95º20.19%83.53%-
XYZ45.2143.2668.92-
YUV177.89147.81129.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.97%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 213 (83.59% from 255) = 37.83%
R=31.97%
G=30.20%
B=37.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801702130.150.2000.16253.9533.8675.1
HexB4AAD5F14010fe224b
Octal264252325172402037642113
Binary101101001010101011010101111110100010000111111101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAD5; }

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

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

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

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

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

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

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

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