#B6ABDA

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

Shades of Moon Raker #B6ABDA

Tints of Moon Raker #B6ABDA

Color information

#B6ABDA (or 0xB6ABDA) is unknown color: approx Moon Raker. HEX triplet: B6, AB and DA. RGB value is (182,171,218). Sum of RGB (Red+Green+Blue) = 182+171+218=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 171 (67.19% from 255 or 29.95% from 571); Blue value is 218 (85.55% from 255 or 38.18% from 571); Max value from RGB is 218 - color contains mainly: blue. Hex color #B6ABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ABDA is #495425. Grayscale: #B3B3B3. Windows color (decimal): -4805670 or 14330806. OLE color: 14330806.

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

Color convert

RGB182171218-
CMYK0.170.2200.15
HSL254.04º38.84%76.27%-
HSV(B)254.04º21.56%85.49%-
XYZ46.5144.1372.4-
YUV179.65149.64129.68-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 171 (67.19% from 255) = 29.95%
BLUE value IS 218 (85.55% from 255) = 38.18%
R=31.87%
G=29.95%
B=38.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821712180.170.2200.15254.0438.8476.27
HexB6ABDA11160Ffe274c
Octal266253332212601737647114
Binary101101101010101111011010100011011001111111111101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ABDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ABDA; }

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

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

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

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

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

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

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

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