#B5A6E5

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

Shades of Moon Raker #B5A6E5

Tints of Moon Raker #B5A6E5

Color information

#B5A6E5 (or 0xB5A6E5) is unknown color: approx Moon Raker. HEX triplet: B5, A6 and E5. RGB value is (181,166,229). Sum of RGB (Red+Green+Blue) = 181+166+229=576 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.42% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 229 (89.84% from 255 or 39.76% from 576); Max value from RGB is 229 - color contains mainly: blue. Hex color #B5A6E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6E5 is #4A591A. Grayscale: #B1B1B1. Windows color (decimal): -4872475 or 15050421. OLE color: 15050421.

HSL color Cylindrical-coordinate representation of color #B5A6E5: hue angle of 254.29º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B5A6E5 is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB181166229-
CMYK0.210.2800.10
HSL254.29º54.78%77.45%-
HSV(B)254.29º27.51%89.8%-
XYZ46.8442.7579.91-
YUV177.67156.97130.38-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.42%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 229 (89.84% from 255) = 39.76%
R=31.42%
G=28.82%
B=39.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1811662290.210.2800.10254.2954.7877.45
HexB5A6E5151C0Afe374d
Octal265246345253401237667115
Binary101101011010011011100101101011110001010111111101101111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6E5; }

 p { color: rgb(181,166,229); }

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

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

 a { background-color: rgb(181,166,229); }

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

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

 span { border-color: rgb(181,166,229); }

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