#B6ACCA

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

Shades of Moon Raker #B6ACCA

Tints of Moon Raker #B6ACCA

Color information

#B6ACCA (or 0xB6ACCA) is unknown color: approx Moon Raker. HEX triplet: B6, AC and CA. RGB value is (182,172,202). Sum of RGB (Red+Green+Blue) = 182+172+202=556 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.73% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 202 (79.30% from 255 or 36.33% from 556); Max value from RGB is 202 - color contains mainly: blue. Hex color #B6ACCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACCA is #495335. Grayscale: #B2B2B2. Windows color (decimal): -4805430 or 13282486. OLE color: 13282486.

HSL color Cylindrical-coordinate representation of color #B6ACCA: hue angle of 260º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6ACCA is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB182172202-
CMYK0.100.1500.21
HSL260º22.06%73.33%-
HSV(B)260º14.85%79.22%-
XYZ44.743.7161.96-
YUV178.41141.31130.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.73%
GREEN value IS 172 (67.58% from 255) = 30.94%
BLUE value IS 202 (79.30% from 255) = 36.33%
R=32.73%
G=30.94%
B=36.33%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1821722020.100.1500.2126022.0673.33
HexB6ACCAAF0151041649
Octal266254312121702540426111
Binary10110110101011001100101010101111010101100000100101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACCA; }

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

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

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

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

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

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

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

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