#B5A6DD

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

Shades of Moon Raker #B5A6DD

Tints of Moon Raker #B5A6DD

Color information

#B5A6DD (or 0xB5A6DD) is unknown color: approx Moon Raker. HEX triplet: B5, A6 and DD. RGB value is (181,166,221). Sum of RGB (Red+Green+Blue) = 181+166+221=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 166 (65.23% from 255 or 29.23% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5A6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A6DD is #4A5922. Grayscale: #B0B0B0. Windows color (decimal): -4872483 or 14526133. OLE color: 14526133.

HSL color Cylindrical-coordinate representation of color #B5A6DD: hue angle of 256.36º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B5A6DD is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB181166221-
CMYK0.180.2500.13
HSL256.36º44.72%75.88%-
HSV(B)256.36º24.89%86.67%-
XYZ45.7442.3274.16-
YUV176.76152.97131.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 166 (65.23% from 255) = 29.23%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=31.87%
G=29.23%
B=38.91%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811662210.180.2500.13256.3644.7275.88
HexB5A6DD12190D1002d4c
Octal265246335223101540055114
Binary1011010110100110110111011001011001011011000000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A6DD; }

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

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

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

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

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

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

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

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