#BAB5B5

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

Shades of Pink Swan #BAB5B5

Tints of Pink Swan #BAB5B5

Color information

#BAB5B5 (or 0xBAB5B5) is unknown color: approx Pink Swan. HEX triplet: BA, B5 and B5. RGB value is (186,181,181). Sum of RGB (Red+Green+Blue) = 186+181+181=548 (72% of max value = 765). Red value is 186 (73.05% from 255 or 33.94% from 548); Green value is 181 (71.09% from 255 or 33.03% from 548); Blue value is 181 (71.09% from 255 or 33.03% from 548); Max value from RGB is 186 - color contains mainly: red. Hex color #BAB5B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAB5B5 is #454A4A. Grayscale: #B6B6B6. Windows color (decimal): -4541003 or 11908538. OLE color: 11908538.

HSL color Cylindrical-coordinate representation of color #BAB5B5: 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.03%. Process color model (Four color, CMYK) of #BAB5B5 is Cyan = 0, Magento = 0.03, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB186181181-
CMYK00.030.030.27
HSL3.5%71.96%-
HSV(B)2.69%72.94%-
XYZ45.1146.8250.38-
YUV182.5127.16130.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.94%
GREEN value IS 181 (71.09% from 255) = 33.03%
BLUE value IS 181 (71.09% from 255) = 33.03%
R=33.94%
G=33.03%
B=33.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18618118100.030.030.2703.571.96
HexBAB5B50331B0348
Octal2722652650333303110
Binary10111010101101011011010101111110110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAB5B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAB5B5; }

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

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

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

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

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

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

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

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