#b6a5e7

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

Shades of Moon Raker #B6A5E7

Tints of Moon Raker #B6A5E7

Color information

#B6A5E7 (or 0xB6A5E7) is unknown color: approx Moon Raker. HEX triplet: B6, A5 and E7. RGB value is (182,165,231). Sum of RGB (Red+Green+Blue) = 182+165+231=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 165 (64.84% from 255 or 28.55% from 578); Blue value is 231 (90.62% from 255 or 39.97% from 578); Max value from RGB is 231 - color contains mainly: blue. Hex color #B6A5E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B6A5E7 is #495A18. Grayscale: #B1B1B1. Windows color (decimal): -4807193 or 15181238. OLE color: 15181238.

HSL color Cylindrical-coordinate representation of color #B6A5E7: hue angle of 255.45º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B6A5E7 is Cyan = 0.21, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182165231-
CMYK0.210.2900.09
HSL255.45º57.89%77.65%-
HSV(B)255.45º28.57%90.59%-
XYZ47.1742.6281.34-
YUV177.61158.13131.13-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.49%
GREEN value IS 165 (64.84% from 255) = 28.55%
BLUE value IS 231 (90.62% from 255) = 39.97%
R=31.49%
G=28.55%
B=39.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821652310.210.2900.09255.4557.8977.65
HexB6A5E7151D09ff3a4e
Octal266245347253501137772116
Binary101101101010010111100111101011110101001111111111110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6a5e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6a5e7; }

 p { color: rgb(182,165,231); }

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

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

 a { background-color: rgb(182,165,231); }

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

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

 span { border-color: rgb(182,165,231); }

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