#B8A5DA

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

Shades of Moon Raker #B8A5DA

Tints of Moon Raker #B8A5DA

Color information

#B8A5DA (or 0xB8A5DA) is unknown color: approx Moon Raker. HEX triplet: B8, A5 and DA. RGB value is (184,165,218). Sum of RGB (Red+Green+Blue) = 184+165+218=567 (75% of max value = 765). Red value is 184 (72.27% from 255 or 32.45% from 567); Green value is 165 (64.84% from 255 or 29.10% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8A5DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8A5DA is #475A25. Grayscale: #B0B0B0. Windows color (decimal): -4676134 or 14329272. OLE color: 14329272.

HSL color Cylindrical-coordinate representation of color #B8A5DA: hue angle of 261.51º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8A5DA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184165218-
CMYK0.160.2400.15
HSL261.51º41.73%75.1%-
HSV(B)261.51º24.31%85.49%-
XYZ45.8842.1672.05-
YUV176.72151.29133.19-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 32.45%
GREEN value IS 165 (64.84% from 255) = 29.10%
BLUE value IS 218 (85.55% from 255) = 38.45%
R=32.45%
G=29.10%
B=38.45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841652180.160.2400.15261.5141.7375.1
HexB8A5DA10180F1062a4b
Octal270245332203001740652113
Binary1011100010100101110110101000011000011111000001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8A5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8A5DA; }

 p { color: rgb(184,165,218); }

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

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

 a { background-color: rgb(184,165,218); }

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

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

 span { border-color: rgb(184,165,218); }

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