#b7a8d1

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

Shades of Moon Raker #B7A8D1

Tints of Moon Raker #B7A8D1

Color information

#B7A8D1 (or 0xB7A8D1) is unknown color: approx Moon Raker. HEX triplet: B7, A8 and D1. RGB value is (183,168,209). Sum of RGB (Red+Green+Blue) = 183+168+209=560 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.68% from 560); Green value is 168 (66.02% from 255 or 30% 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 #B7A8D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8D1 is #48572E. Grayscale: #B1B1B1. Windows color (decimal): -4740911 or 13740215. OLE color: 13740215.

HSL color Cylindrical-coordinate representation of color #B7A8D1: hue angle of 261.95º 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 #B7A8D1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183168209-
CMYK0.120.2000.18
HSL261.95º30.83%73.92%-
HSV(B)261.95º19.62%81.96%-
XYZ45.0442.6866.19-
YUV177.16145.97132.17-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.68%
GREEN value IS 168 (66.02% from 255) = 30%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=32.68%
G=30%
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
Decimal1831682090.120.2000.18261.9530.8373.92
HexB7A8D1C140121061f4a
Octal267250321142402240637112
Binary101101111010100011010001110010100010010100000110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a8d1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a8d1; }

 p { color: rgb(183,168,209); }

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

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

 a { background-color: rgb(183,168,209); }

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

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

 span { border-color: rgb(183,168,209); }

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