#B5A9DA

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

Shades of Moon Raker #B5A9DA

Tints of Moon Raker #B5A9DA

Color information

#B5A9DA (or 0xB5A9DA) is unknown color: approx Moon Raker. HEX triplet: B5, A9 and DA. RGB value is (181,169,218). Sum of RGB (Red+Green+Blue) = 181+169+218=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 169 (66.41% from 255 or 29.75% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #B5A9DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A9DA is #4A5625. Grayscale: #B1B1B1. Windows color (decimal): -4871718 or 14330293. OLE color: 14330293.

HSL color Cylindrical-coordinate representation of color #B5A9DA: hue angle of 254.69º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B5A9DA is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB181169218-
CMYK0.170.2200.15
HSL254.69º39.84%75.88%-
HSV(B)254.69º22.48%85.49%-
XYZ45.943.2672.26-
YUV178.17150.48130.02-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 169 (66.41% from 255) = 29.75%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=31.87%
G=29.75%
B=38.38%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1811692180.170.2200.15254.6939.8475.88
HexB5A9DA11160Fff284c
Octal265251332212601737750114
Binary101101011010100111011010100011011001111111111111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A9DA; }

 p { color: rgb(181,169,218); }

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

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

 a { background-color: rgb(181,169,218); }

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

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

 span { border-color: rgb(181,169,218); }

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