#B4A9D1

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

Shades of Moon Raker #B4A9D1

Tints of Moon Raker #B4A9D1

Color information

#B4A9D1 (or 0xB4A9D1) is unknown color: approx Moon Raker. HEX triplet: B4, A9 and D1. RGB value is (180,169,209). Sum of RGB (Red+Green+Blue) = 180+169+209=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 169 (66.41% from 255 or 30.29% from 558); Blue value is 209 (82.03% from 255 or 37.46% from 558); Max value from RGB is 209 - color contains mainly: blue. Hex color #B4A9D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9D1 is #4B562E. Grayscale: #B0B0B0. Windows color (decimal): -4937263 or 13740468. OLE color: 13740468.

HSL color Cylindrical-coordinate representation of color #B4A9D1: hue angle of 256.5º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4A9D1 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180169209-
CMYK0.140.1900.18
HSL256.5º30.3%74.12%-
HSV(B)256.5º19.14%81.96%-
XYZ44.5242.6866.21-
YUV176.85146.14130.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 169 (66.41% from 255) = 30.29%
BLUE value IS 209 (82.03% from 255) = 37.46%
R=32.26%
G=30.29%
B=37.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1801692090.140.1900.18256.530.374.12
HexB4A9D1E130121001e4a
Octal264251321162302240036112
Binary101101001010100111010001111010011010010100000000111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9D1; }

 p { color: rgb(180,169,209); }

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

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

 a { background-color: rgb(180,169,209); }

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

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

 span { border-color: rgb(180,169,209); }

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