#b9a6e1

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

Shades of Moon Raker #B9A6E1

Tints of Moon Raker #B9A6E1

Color information

#B9A6E1 (or 0xB9A6E1) is unknown color: approx Moon Raker. HEX triplet: B9, A6 and E1. RGB value is (185,166,225). Sum of RGB (Red+Green+Blue) = 185+166+225=576 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.12% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 225 (88.28% from 255 or 39.06% from 576); Max value from RGB is 225 - color contains mainly: blue. Hex color #B9A6E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9A6E1 is #46591E. Grayscale: #B2B2B2. Windows color (decimal): -4610335 or 14788281. OLE color: 14788281.

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

Color convert

RGB185166225-
CMYK0.180.2600.12
HSL259.32º49.58%76.67%-
HSV(B)259.32º26.22%88.24%-
XYZ47.2343.0277.05-
YUV178.41154.29132.7-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 32.12%
GREEN value IS 166 (65.23% from 255) = 28.82%
BLUE value IS 225 (88.28% from 255) = 39.06%
R=32.12%
G=28.82%
B=39.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1851662250.180.2600.12259.3249.5876.67
HexB9A6E1121A0C103324d
Octal271246341223201440362115
Binary1011100110100110111000011001011010011001000000111100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b9a6e1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b9a6e1; }

 p { color: rgb(185,166,225); }

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

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

 a { background-color: rgb(185,166,225); }

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

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

 span { border-color: rgb(185,166,225); }

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