#B6B6B6

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

Shades of Pink Swan #B6B6B6

Tints of Pink Swan #B6B6B6

Color information

#B6B6B6 (or 0xB6B6B6) is unknown color: approx Pink Swan. HEX triplet: B6, B6 and B6. RGB value is (182,182,182). Sum of RGB (Red+Green+Blue) = 182+182+182=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 182 (71.48% from 255 or 33.33% from 546); Max value from RGB is 182 - color contains mainly: red, green, blue. Hex color #B6B6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B6B6 is #494949. Grayscale: #B6B6B6. Windows color (decimal): -4802890 or 11974326. OLE color: 11974326.

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

Color convert

RGB182182182-
CMYK0000.29
HSL0%71.37%-
HSV(B)0%71.37%-
XYZ44.4646.7850.94-
YUV182128128-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 182 (71.48% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821821820000.290071.37
HexB6B6B60001D0047
Octal2662662660003500107
Binary10110110101101101011011000011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B6B6; }

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

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

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

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

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

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

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

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