#B4A9D7

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

Shades of Moon Raker #B4A9D7

Tints of Moon Raker #B4A9D7

Color information

#B4A9D7 (or 0xB4A9D7) is unknown color: approx Moon Raker. HEX triplet: B4, A9 and D7. RGB value is (180,169,215). Sum of RGB (Red+Green+Blue) = 180+169+215=564 (74% of max value = 765). Red value is 180 (70.70% from 255 or 31.91% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 215 - color contains mainly: blue. Hex color #B4A9D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A9D7 is #4B5628. Grayscale: #B1B1B1. Windows color (decimal): -4937257 or 14133684. OLE color: 14133684.

HSL color Cylindrical-coordinate representation of color #B4A9D7: hue angle of 254.35º degrees, saturation: 0.37, 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 #B4A9D7 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180169215-
CMYK0.160.2100.16
HSL254.35º36.51%75.29%-
HSV(B)254.35º21.4%84.31%-
XYZ45.2842.9970.2-
YUV177.53149.14129.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.91%
GREEN value IS 169 (66.41% from 255) = 29.96%
BLUE value IS 215 (84.38% from 255) = 38.12%
R=31.91%
G=29.96%
B=38.12%

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
Decimal1801692150.160.2100.16254.3536.5175.29
HexB4A9D71015010fe254b
Octal264251327202502037645113
Binary1011010010101001110101111000010101010000111111101001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9D7; }

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

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

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

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

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

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

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

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