#b5a5e0

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

Shades of Moon Raker #B5A5E0

Tints of Moon Raker #B5A5E0

Color information

#B5A5E0 (or 0xB5A5E0) is unknown color: approx Moon Raker. HEX triplet: B5, A5 and E0. RGB value is (181,165,224). Sum of RGB (Red+Green+Blue) = 181+165+224=570 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.75% from 570); Green value is 165 (64.84% from 255 or 28.95% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #B5A5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A5E0 is #4A5A1F. Grayscale: #B0B0B0. Windows color (decimal): -4872736 or 14722485. OLE color: 14722485.

HSL color Cylindrical-coordinate representation of color #B5A5E0: hue angle of 256.27º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5A5E0 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB181165224-
CMYK0.190.2600.12
HSL256.27º48.76%76.27%-
HSV(B)256.27º26.34%87.84%-
XYZ45.9742.1276.23-
YUV176.51154.8131.2-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.75%
GREEN value IS 165 (64.84% from 255) = 28.95%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=31.75%
G=28.95%
B=39.30%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1811652240.190.2600.12256.2748.7676.27
HexB5A5E0131A0C100314c
Octal265245340233201440061114
Binary1011010110100101111000001001111010011001000000001100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a5e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a5e0; }

 p { color: rgb(181,165,224); }

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

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

 a { background-color: rgb(181,165,224); }

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

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

 span { border-color: rgb(181,165,224); }

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