#B5A7DC

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

Shades of Moon Raker #B5A7DC

Tints of Moon Raker #B5A7DC

Color information

#B5A7DC (or 0xB5A7DC) is unknown color: approx Moon Raker. HEX triplet: B5, A7 and DC. RGB value is (181,167,220). Sum of RGB (Red+Green+Blue) = 181+167+220=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #B5A7DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5A7DC is #4A5823. Grayscale: #B1B1B1. Windows color (decimal): -4872228 or 14460853. OLE color: 14460853.

HSL color Cylindrical-coordinate representation of color #B5A7DC: hue angle of 255.85º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B5A7DC is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB181167220-
CMYK0.180.2400.14
HSL255.85º43.09%75.88%-
HSV(B)255.85º24.09%86.27%-
XYZ45.7942.6373.52-
YUV177.23152.14130.69-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=31.87%
G=29.40%
B=38.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811672200.180.2400.14255.8543.0975.88
HexB5A7DC12180E1002b4c
Octal265247334223001640053114
Binary1011010110100111110111001001011000011101000000001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7DC; }

 p { color: rgb(181,167,220); }

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

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

 a { background-color: rgb(181,167,220); }

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

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

 span { border-color: rgb(181,167,220); }

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