#B5A7DD

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

Shades of Moon Raker #B5A7DD

Tints of Moon Raker #B5A7DD

Color information

#B5A7DD (or 0xB5A7DD) is unknown color: approx Moon Raker. HEX triplet: B5, A7 and DD. RGB value is (181,167,221). Sum of RGB (Red+Green+Blue) = 181+167+221=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7DD is #4A5822. Grayscale: #B1B1B1. Windows color (decimal): -4872227 or 14526389. OLE color: 14526389.

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

Color convert

RGB181167221-
CMYK0.180.2400.13
HSL255.56º44.26%76.08%-
HSV(B)255.56º24.43%86.67%-
XYZ45.9342.6874.22-
YUV177.34152.64130.61-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=31.81%
G=29.35%
B=38.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811672210.180.2400.13255.5644.2676.08
HexB5A7DD12180D1002c4c
Octal265247335223001540054114
Binary1011010110100111110111011001011000011011000000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7DD; }

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

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

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

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

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

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

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

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