#B6ACDA

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

Shades of Moon Raker #B6ACDA

Tints of Moon Raker #B6ACDA

Color information

#B6ACDA (or 0xB6ACDA) is unknown color: approx Moon Raker. HEX triplet: B6, AC and DA. RGB value is (182,172,218). Sum of RGB (Red+Green+Blue) = 182+172+218=572 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.82% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #B6ACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDA is #495325. Grayscale: #B4B4B4. Windows color (decimal): -4805414 or 14331062. OLE color: 14331062.

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

Color convert

RGB182172218-
CMYK0.170.2100.15
HSL253.04º38.33%76.47%-
HSV(B)253.04º21.1%85.49%-
XYZ46.744.5172.46-
YUV180.23149.31129.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.82%
GREEN value IS 172 (67.58% from 255) = 30.07%
BLUE value IS 218 (85.55% from 255) = 38.11%
R=31.82%
G=30.07%
B=38.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821722180.170.2100.15253.0438.3376.47
HexB6ACDA11150Ffd264c
Octal266254332212501737546114
Binary101101101010110011011010100011010101111111111011001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACDA; }

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

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

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

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

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

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

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

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