#B6ABDB

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

Shades of Moon Raker #B6ABDB

Tints of Moon Raker #B6ABDB

Color information

#B6ABDB (or 0xB6ABDB) is unknown color: approx Moon Raker. HEX triplet: B6, AB and DB. RGB value is (182,171,219). Sum of RGB (Red+Green+Blue) = 182+171+219=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 171 (67.19% from 255 or 29.90% from 572); Blue value is 219 (85.94% from 255 or 38.29% from 572); Max value from RGB is 219 - color contains mainly: blue. Hex color #B6ABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABDB is #495424. Grayscale: #B3B3B3. Windows color (decimal): -4805669 or 14396342. OLE color: 14396342.

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

Color convert

RGB182171219-
CMYK0.170.2200.14
HSL253.75º40%76.47%-
HSV(B)253.75º21.92%85.88%-
XYZ46.6444.1973.09-
YUV179.76150.14129.6-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 171 (67.19% from 255) = 29.90%
BLUE value IS 219 (85.94% from 255) = 38.29%
R=31.82%
G=29.90%
B=38.29%

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
Decimal1821712190.170.2200.14253.754076.47
HexB6ABDB11160Efe284c
Octal266253333212601637650114
Binary101101101010101111011011100011011001110111111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABDB; }

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

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

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

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

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

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

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

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