#b6a4ea

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

Shades of Moon Raker #B6A4EA

Tints of Moon Raker #B6A4EA

Color information

#B6A4EA (or 0xB6A4EA) is unknown color: approx Moon Raker. HEX triplet: B6, A4 and EA. RGB value is (182,164,234). Sum of RGB (Red+Green+Blue) = 182+164+234=580 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.38% from 580); Green value is 164 (64.45% from 255 or 28.28% from 580); Blue value is 234 (91.80% from 255 or 40.34% from 580); Max value from RGB is 234 - color contains mainly: blue. Hex color #B6A4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A4EA is #495B15. Grayscale: #B1B1B1. Windows color (decimal): -4807446 or 15377590. OLE color: 15377590.

HSL color Cylindrical-coordinate representation of color #B6A4EA: hue angle of 255.43º 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 #B6A4EA is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182164234-
CMYK0.220.3000.08
HSL255.43º62.5%78.04%-
HSV(B)255.43º29.91%91.76%-
XYZ47.4242.4483.53-
YUV177.36159.96131.31-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.38%
GREEN value IS 164 (64.45% from 255) = 28.28%
BLUE value IS 234 (91.80% from 255) = 40.34%
R=31.38%
G=28.28%
B=40.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821642340.220.3000.08255.4362.578.04
HexB6A4EA161E08ff3e4e
Octal266244352263601037776116
Binary101101101010010011101010101101111001000111111111111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a4ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a4ea; }

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

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

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

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

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

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

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

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