#B6B3B2

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

Shades of Pink Swan #B6B3B2

Tints of Pink Swan #B6B3B2

Color information

#B6B3B2 (or 0xB6B3B2) is unknown color: approx Pink Swan. HEX triplet: B6, B3 and B2. RGB value is (182,179,178). Sum of RGB (Red+Green+Blue) = 182+179+178=539 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.77% from 539); Green value is 179 (70.31% from 255 or 33.21% from 539); Blue value is 178 (69.92% from 255 or 33.02% from 539); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B3B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B3B2 is #494C4D. Grayscale: #B3B3B3. Windows color (decimal): -4803662 or 11711414. OLE color: 11711414.

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

Color convert

RGB182179178-
CMYK00.020.020.29
HSL15º2.67%70.59%-
HSV(B)15º2.2%71.37%-
XYZ43.4545.448.59-
YUV179.78126.99129.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.77%
GREEN value IS 179 (70.31% from 255) = 33.21%
BLUE value IS 178 (69.92% from 255) = 33.02%
R=33.77%
G=33.21%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217917800.020.020.29152.6770.59
HexB6B3B20221Df347
Octal26626326202235173107
Binary10110110101100111011001001010111011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3B2; }

 p { color: rgb(182,179,178); }

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

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

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

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

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

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

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