#B6ADAC

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

Shades of Pink Swan #B6ADAC

Tints of Pink Swan #B6ADAC

Color information

#B6ADAC (or 0xB6ADAC) is unknown color: approx Pink Swan. HEX triplet: B6, AD and AC. RGB value is (182,173,172). Sum of RGB (Red+Green+Blue) = 182+173+172=527 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.54% from 527); Green value is 173 (67.97% from 255 or 32.83% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 182 - color contains mainly: red. Hex color #B6ADAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6ADAC is #495253. Grayscale: #AFAFAF. Windows color (decimal): -4805204 or 11316662. OLE color: 11316662.

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

Color convert

RGB182173172-
CMYK00.050.050.29
HSL6.41%69.41%-
HSV(B)5.49%71.37%-
XYZ41.6842.8145.1-
YUV175.58125.98132.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.54%
GREEN value IS 173 (67.97% from 255) = 32.83%
BLUE value IS 172 (67.58% from 255) = 32.64%
R=34.54%
G=32.83%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217317200.050.050.2966.4169.41
HexB6ADAC0551D6645
Octal2662552540553566105
Binary1011011010101101101011000101101111011101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6ADAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6ADAC; }

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

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

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

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

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

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

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

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