#B6ACCB

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

Shades of Moon Raker #B6ACCB

Tints of Moon Raker #B6ACCB

Color information

#B6ACCB (or 0xB6ACCB) is unknown color: approx Moon Raker. HEX triplet: B6, AC and CB. RGB value is (182,172,203). Sum of RGB (Red+Green+Blue) = 182+172+203=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 203 (79.69% from 255 or 36.45% from 557); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6ACCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6ACCB is #495334. Grayscale: #B2B2B2. Windows color (decimal): -4805429 or 13348022. OLE color: 13348022.

HSL color Cylindrical-coordinate representation of color #B6ACCB: hue angle of 259.35º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6ACCB is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB182172203-
CMYK0.100.1500.20
HSL259.35º22.96%73.53%-
HSV(B)259.35º15.27%79.61%-
XYZ44.8243.7662.58-
YUV178.52141.81130.48-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 172 (67.58% from 255) = 30.88%
BLUE value IS 203 (79.69% from 255) = 36.45%
R=32.68%
G=30.88%
B=36.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1821722030.100.1500.20259.3522.9673.53
HexB6ACCBAF014103174a
Octal266254313121702440327112
Binary10110110101011001100101110101111010100100000011101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACCB; }

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

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

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

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

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

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

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

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