#B6B3B3

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

Shades of Pink Swan #B6B3B3

Tints of Pink Swan #B6B3B3

Color information

#B6B3B3 (or 0xB6B3B3) is unknown color: approx Pink Swan. HEX triplet: B6, B3 and B3. RGB value is (182,179,179). Sum of RGB (Red+Green+Blue) = 182+179+179=540 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.70% from 540); Green value is 179 (70.31% from 255 or 33.15% from 540); Blue value is 179 (70.31% from 255 or 33.15% from 540); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6B3B3 is #494C4C. Grayscale: #B3B3B3. Windows color (decimal): -4803661 or 11776950. OLE color: 11776950.

HSL color Cylindrical-coordinate representation of color #B6B3B3: hue angle of 0º degrees, saturation: 0.02, 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 #B6B3B3 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.29.

Color convert

RGB182179179-
CMYK00.020.020.29
HSL2.01%70.78%-
HSV(B)1.65%71.37%-
XYZ43.5545.4449.12-
YUV179.9127.49129.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.70%
GREEN value IS 179 (70.31% from 255) = 33.15%
BLUE value IS 179 (70.31% from 255) = 33.15%
R=33.70%
G=33.15%
B=33.15%

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
Decimal18217917900.020.020.2902.0170.78
HexB6B3B30221D0247
Octal2662632630223502107
Binary10110110101100111011001101010111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B3B3; }

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

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

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

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

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

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

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

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