#B7ABDD

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

Shades of Moon Raker #B7ABDD

Tints of Moon Raker #B7ABDD

Color information

#B7ABDD (or 0xB7ABDD) is unknown color: approx Moon Raker. HEX triplet: B7, AB and DD. RGB value is (183,171,221). Sum of RGB (Red+Green+Blue) = 183+171+221=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 171 (67.19% from 255 or 29.74% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7ABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABDD is #485422. Grayscale: #B4B4B4. Windows color (decimal): -4740131 or 14527415. OLE color: 14527415.

HSL color Cylindrical-coordinate representation of color #B7ABDD: hue angle of 254.4º 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 #B7ABDD is Cyan = 0.17, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183171221-
CMYK0.170.2300.13
HSL254.4º42.37%76.86%-
HSV(B)254.4º22.62%86.67%-
XYZ47.1444.4174.49-
YUV180.29150.98129.93-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.83%
GREEN value IS 171 (67.19% from 255) = 29.74%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=31.83%
G=29.74%
B=38.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831712210.170.2300.13254.442.3776.86
HexB7ABDD11170Dfe2a4d
Octal267253335212701537652115
Binary101101111010101111011101100011011101101111111101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABDD; }

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

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

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

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

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

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

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

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