#B7ABD9

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

Shades of Moon Raker #B7ABD9

Tints of Moon Raker #B7ABD9

Color information

#B7ABD9 (or 0xB7ABD9) is unknown color: approx Moon Raker. HEX triplet: B7, AB and D9. RGB value is (183,171,217). Sum of RGB (Red+Green+Blue) = 183+171+217=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 217 (85.16% from 255 or 38.00% from 571); Max value from RGB is 217 - color contains mainly: blue. Hex color #B7ABD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7ABD9 is #485426. Grayscale: #B3B3B3. Windows color (decimal): -4740135 or 14265271. OLE color: 14265271.

HSL color Cylindrical-coordinate representation of color #B7ABD9: hue angle of 255.65º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7ABD9 is Cyan = 0.16, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB183171217-
CMYK0.160.2100.15
HSL255.65º37.7%76.08%-
HSV(B)255.65º21.2%85.1%-
XYZ46.6244.271.72-
YUV179.83148.98130.26-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 217 (85.16% from 255) = 38.00%
R=32.05%
G=29.95%
B=38.00%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1831712170.160.2100.15255.6537.776.08
HexB7ABD910150F100264c
Octal267253331202501740046114
Binary1011011110101011110110011000010101011111000000001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ABD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ABD9; }

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

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

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

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

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

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

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

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