#B4AAD6

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

Shades of Moon Raker #B4AAD6

Tints of Moon Raker #B4AAD6

Color information

#B4AAD6 (or 0xB4AAD6) is unknown color: approx Moon Raker. HEX triplet: B4, AA and D6. RGB value is (180,170,214). Sum of RGB (Red+Green+Blue) = 180+170+214=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #B4AAD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4AAD6 is #4B5529. Grayscale: #B1B1B1. Windows color (decimal): -4937002 or 14068404. OLE color: 14068404.

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

Color convert

RGB180170214-
CMYK0.160.2100.16
HSL253.64º34.92%75.29%-
HSV(B)253.64º20.56%83.92%-
XYZ45.3343.3169.59-
YUV178.01148.31129.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 170 (66.80% from 255) = 30.14%
BLUE value IS 214 (83.98% from 255) = 37.94%
R=31.91%
G=30.14%
B=37.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801702140.160.2100.16253.6434.9275.29
HexB4AAD61015010fe234b
Octal264252326202502037643113
Binary1011010010101010110101101000010101010000111111101000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAD6; }

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

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

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

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

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

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

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

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