#B5ABDB

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

Shades of Moon Raker #B5ABDB

Tints of Moon Raker #B5ABDB

Color information

#B5ABDB (or 0xB5ABDB) is unknown color: approx Moon Raker. HEX triplet: B5, AB and DB. RGB value is (181,171,219). Sum of RGB (Red+Green+Blue) = 181+171+219=571 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.70% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 219 (85.94% from 255 or 38.35% from 571); Max value from RGB is 219 - color contains mainly: blue. Hex color #B5ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABDB is #4A5424. Grayscale: #B3B3B3. Windows color (decimal): -4871205 or 14396341. OLE color: 14396341.

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

Color convert

RGB181171219-
CMYK0.170.2200.14
HSL252.5º40%76.47%-
HSV(B)252.5º21.92%85.88%-
XYZ46.4144.0673.08-
YUV179.46150.31129.1-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.70%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 219 (85.94% from 255) = 38.35%
R=31.70%
G=29.95%
B=38.35%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1811712190.170.2200.14252.54076.47
HexB5ABDB11160Efc284c
Octal265253333212601637450114
Binary101101011010101111011011100011011001110111111001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABDB; }

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

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

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

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

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

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

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

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