#B6AFAF

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

Shades of Pink Swan #B6AFAF

Tints of Pink Swan #B6AFAF

Color information

#B6AFAF (or 0xB6AFAF) is unknown color: approx Pink Swan. HEX triplet: B6, AF and AF. RGB value is (182,175,175). Sum of RGB (Red+Green+Blue) = 182+175+175=532 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.21% from 532); Green value is 175 (68.75% from 255 or 32.89% from 532); Blue value is 175 (68.75% from 255 or 32.89% from 532); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AFAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6AFAF is #495050. Grayscale: #B1B1B1. Windows color (decimal): -4804689 or 11513782. OLE color: 11513782.

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

Color convert

RGB182175175-
CMYK00.040.040.29
HSL4.58%70%-
HSV(B)3.85%71.37%-
XYZ42.3643.746.76-
YUV177.09126.82131.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.21%
GREEN value IS 175 (68.75% from 255) = 32.89%
BLUE value IS 175 (68.75% from 255) = 32.89%
R=34.21%
G=32.89%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217517500.040.040.2904.5870
HexB6AFAF0441D0546
Octal2662572570443505106
Binary10110110101011111010111101001001110101011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6AFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6AFAF; }

 p { color: rgb(182,175,175); }

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

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

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

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

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

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

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