#BAB6B6

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

Shades of Pink Swan #BAB6B6

Tints of Pink Swan #BAB6B6

Color information

#BAB6B6 (or 0xBAB6B6) is unknown color: approx Pink Swan. HEX triplet: BA, B6 and B6. RGB value is (186,182,182). Sum of RGB (Red+Green+Blue) = 186+182+182=550 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.82% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 182 (71.48% from 255 or 33.09% from 550); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB6B6 is #454949. Grayscale: #B7B7B7. Windows color (decimal): -4540746 or 11974330. OLE color: 11974330.

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

Color convert

RGB186182182-
CMYK00.020.020.27
HSL2.82%72.16%-
HSV(B)2.15%72.94%-
XYZ45.4247.2750.99-
YUV183.2127.33130-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.82%
GREEN value IS 182 (71.48% from 255) = 33.09%
BLUE value IS 182 (71.48% from 255) = 33.09%
R=33.82%
G=33.09%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618218200.020.020.2702.8272.16
HexBAB6B60221B0348
Octal2722662660223303110
Binary10111010101101101011011001010110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB6B6; }

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

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

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

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

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

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

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

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