#B5ABDD

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

Shades of Moon Raker #B5ABDD

Tints of Moon Raker #B5ABDD

Color information

#B5ABDD (or 0xB5ABDD) is unknown color: approx Moon Raker. HEX triplet: B5, AB and DD. RGB value is (181,171,221). Sum of RGB (Red+Green+Blue) = 181+171+221=573 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.59% from 573); Green value is 171 (67.19% from 255 or 29.84% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #B5ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ABDD is #4A5422. Grayscale: #B3B3B3. Windows color (decimal): -4871203 or 14527413. OLE color: 14527413.

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

Color convert

RGB181171221-
CMYK0.180.2300.13
HSL252º42.37%76.86%-
HSV(B)252º22.62%86.67%-
XYZ46.6744.1774.47-
YUV179.69151.31128.93-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.59%
GREEN value IS 171 (67.19% from 255) = 29.84%
BLUE value IS 221 (86.72% from 255) = 38.57%
R=31.59%
G=29.84%
B=38.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1811712210.180.2300.1325242.3776.86
HexB5ABDD12170Dfc2a4d
Octal265253335222701537452115
Binary101101011010101111011101100101011101101111111001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ABDD; }

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

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

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

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

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

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

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

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