#B6ACDC

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

Shades of Moon Raker #B6ACDC

Tints of Moon Raker #B6ACDC

Color information

#B6ACDC (or 0xB6ACDC) is unknown color: approx Moon Raker. HEX triplet: B6, AC and DC. RGB value is (182,172,220). Sum of RGB (Red+Green+Blue) = 182+172+220=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 220 (86.33% from 255 or 38.33% from 574); Max value from RGB is 220 - color contains mainly: blue. Hex color #B6ACDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACDC is #495323. Grayscale: #B4B4B4. Windows color (decimal): -4805412 or 14462134. OLE color: 14462134.

HSL color Cylindrical-coordinate representation of color #B6ACDC: hue angle of 252.5º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6ACDC is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB182172220-
CMYK0.170.2200.14
HSL252.5º40.68%76.86%-
HSV(B)252.5º21.82%86.27%-
XYZ46.9644.6273.85-
YUV180.46150.31129.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.71%
GREEN value IS 172 (67.58% from 255) = 29.97%
BLUE value IS 220 (86.33% from 255) = 38.33%
R=31.71%
G=29.97%
B=38.33%

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
Decimal1821722200.170.2200.14252.540.6876.86
HexB6ACDC11160Efc294d
Octal266254334212601637451115
Binary101101101010110011011100100011011001110111111001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACDC; }

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

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

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

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

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

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

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

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