#B8A7D1

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

Shades of Moon Raker #B8A7D1

Tints of Moon Raker #B8A7D1

Color information

#B8A7D1 (or 0xB8A7D1) is unknown color: approx Moon Raker. HEX triplet: B8, A7 and D1. RGB value is (184,167,209). Sum of RGB (Red+Green+Blue) = 184+167+209=560 (74% of max value = 765). Red value is 184 (72.27% from 255 or 32.86% from 560); Green value is 167 (65.62% from 255 or 29.82% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #B8A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7D1 is #47582E. Grayscale: #B0B0B0. Windows color (decimal): -4675631 or 13739960. OLE color: 13739960.

HSL color Cylindrical-coordinate representation of color #B8A7D1: hue angle of 264.29º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8A7D1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184167209-
CMYK0.120.2000.18
HSL264.29º31.34%73.73%-
HSV(B)264.29º20.1%81.96%-
XYZ45.0942.4366.13-
YUV176.87146.13133.08-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.86%
GREEN value IS 167 (65.62% from 255) = 29.82%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=32.86%
G=29.82%
B=37.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841672090.120.2000.18264.2931.3473.73
HexB8A7D1C140121081f4a
Octal270247321142402241037112
Binary101110001010011111010001110010100010010100001000111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7D1; }

 p { color: rgb(184,167,209); }

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

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

 a { background-color: rgb(184,167,209); }

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

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

 span { border-color: rgb(184,167,209); }

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