#B6ACAB

Color #B6ACAB Pink Swan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pink Swan #B6ACAB

Tints of Pink Swan #B6ACAB

Color information

#B6ACAB (or 0xB6ACAB) is unknown color: approx Pink Swan. HEX triplet: B6, AC and AB. RGB value is (182,172,171). Sum of RGB (Red+Green+Blue) = 182+172+171=525 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.67% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ACAB is #495354. Grayscale: #AEAEAE. Windows color (decimal): -4805461 or 11250870. OLE color: 11250870.

HSL color Cylindrical-coordinate representation of color #B6ACAB: hue angle of 5.45º degrees, saturation: 0.07, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6ACAB is Cyan = 0, Magento = 0.05, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB182172171-
CMYK00.050.060.29
HSL5.45º7.01%69.22%-
HSV(B)5.45º6.04%71.37%-
XYZ41.3942.3944.53-
YUV174.88125.81133.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.67%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=34.67%
G=32.76%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217217100.050.060.295.457.0169.22
HexB6ACAB0561D5745
Octal2662542530563557105
Binary1011011010101100101010110101110111011011111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ACAB; }

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

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

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

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

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

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

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

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