#B5ABD6

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

Shades of Moon Raker #B5ABD6

Tints of Moon Raker #B5ABD6

Color information

#B5ABD6 (or 0xB5ABD6) is unknown color: approx Moon Raker. HEX triplet: B5, AB and D6. RGB value is (181,171,214). Sum of RGB (Red+Green+Blue) = 181+171+214=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 214 (83.98% from 255 or 37.81% from 566); Max value from RGB is 214 - color contains mainly: blue. Hex color #B5ABD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABD6 is #4A5429. Grayscale: #B2B2B2. Windows color (decimal): -4871210 or 14068661. OLE color: 14068661.

HSL color Cylindrical-coordinate representation of color #B5ABD6: hue angle of 253.95º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5ABD6 is Cyan = 0.15, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181171214-
CMYK0.150.2000.16
HSL253.95º34.4%75.49%-
HSV(B)253.95º20.09%83.92%-
XYZ45.7643.869.66-
YUV178.89147.81129.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 171 (67.19% from 255) = 30.21%
BLUE value IS 214 (83.98% from 255) = 37.81%
R=31.98%
G=30.21%
B=37.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811712140.150.2000.16253.9534.475.49
HexB5ABD6F14010fe224b
Octal265253326172402037642113
Binary101101011010101111010110111110100010000111111101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABD6; }

 p { color: rgb(181,171,214); }

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

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

 a { background-color: rgb(181,171,214); }

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

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

 span { border-color: rgb(181,171,214); }

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