#B5A8DF

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

Shades of Moon Raker #B5A8DF

Tints of Moon Raker #B5A8DF

Color information

#B5A8DF (or 0xB5A8DF) is unknown color: approx Moon Raker. HEX triplet: B5, A8 and DF. RGB value is (181,168,223). Sum of RGB (Red+Green+Blue) = 181+168+223=572 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.64% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #B5A8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A8DF is #4A5720. Grayscale: #B1B1B1. Windows color (decimal): -4871969 or 14657717. OLE color: 14657717.

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

Color convert

RGB181168223-
CMYK0.190.2500.13
HSL254.18º46.22%76.67%-
HSV(B)254.18º24.66%87.45%-
XYZ46.3843.1675.7-
YUV178.16153.31130.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.64%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 223 (87.5% from 255) = 38.99%
R=31.64%
G=29.37%
B=38.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811682230.190.2500.13254.1846.2276.67
HexB5A8DF13190Dfe2e4d
Octal265250337233101537656115
Binary101101011010100011011111100111100101101111111101011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A8DF; }

 p { color: rgb(181,168,223); }

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

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

 a { background-color: rgb(181,168,223); }

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

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

 span { border-color: rgb(181,168,223); }

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