#B5A4EA

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

Shades of Moon Raker #B5A4EA

Tints of Moon Raker #B5A4EA

Color information

#B5A4EA (or 0xB5A4EA) is unknown color: approx Moon Raker. HEX triplet: B5, A4 and EA. RGB value is (181,164,234). Sum of RGB (Red+Green+Blue) = 181+164+234=579 (76% of max value = 765). Red value is 181 (71.09% from 255 or 31.26% from 579); Green value is 164 (64.45% from 255 or 28.32% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #B5A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B5A4EA is #4A5B15. Grayscale: #B0B0B0. Windows color (decimal): -4872982 or 15377589. OLE color: 15377589.

HSL color Cylindrical-coordinate representation of color #B5A4EA: hue angle of 254.57º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B5A4EA is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB181164234-
CMYK0.230.3000.08
HSL254.57º62.5%78.04%-
HSV(B)254.57º29.91%91.76%-
XYZ47.1842.3283.52-
YUV177.06160.13130.81-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.26%
GREEN value IS 164 (64.45% from 255) = 28.32%
BLUE value IS 234 (91.80% from 255) = 40.41%
R=31.26%
G=28.32%
B=40.41%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1811642340.230.3000.08254.5762.578.04
HexB5A4EA171E08ff3e4e
Octal265244352273601037776116
Binary101101011010010011101010101111111001000111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A4EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A4EA; }

 p { color: rgb(181,164,234); }

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

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

 a { background-color: rgb(181,164,234); }

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

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

 span { border-color: rgb(181,164,234); }

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