#B8A7DD

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

Shades of Moon Raker #B8A7DD

Tints of Moon Raker #B8A7DD

Color information

#B8A7DD (or 0xB8A7DD) is unknown color: approx Moon Raker. HEX triplet: B8, A7 and DD. RGB value is (184,167,221). Sum of RGB (Red+Green+Blue) = 184+167+221=572 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.17% from 572); Green value is 167 (65.62% from 255 or 29.20% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B8A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A7DD is #475822. Grayscale: #B2B2B2. Windows color (decimal): -4675619 or 14526392. OLE color: 14526392.

HSL color Cylindrical-coordinate representation of color #B8A7DD: hue angle of 258.89º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8A7DD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184167221-
CMYK0.170.2400.13
HSL258.89º44.26%76.08%-
HSV(B)258.89º24.43%86.67%-
XYZ46.6443.0574.26-
YUV178.24152.13132.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.17%
GREEN value IS 167 (65.62% from 255) = 29.20%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=32.17%
G=29.20%
B=38.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841672210.170.2400.13258.8944.2676.08
HexB8A7DD11180D1032c4c
Octal270247335213001540354114
Binary1011100010100111110111011000111000011011000000111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A7DD; }

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

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

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

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

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

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

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

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