#BBABA9

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

Shades of Pink Swan #BBABA9

Tints of Pink Swan #BBABA9

Color information

#BBABA9 (or 0xBBABA9) is unknown color: approx Pink Swan. HEX triplet: BB, AB and A9. RGB value is (187,171,169). Sum of RGB (Red+Green+Blue) = 187+171+169=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 169 (66.41% from 255 or 32.07% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABA9 is #445456. Grayscale: #AFAFAF. Windows color (decimal): -4478039 or 11119547. OLE color: 11119547.

HSL color Cylindrical-coordinate representation of color #BBABA9: hue angle of 6.67º degrees, saturation: 0.12, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBABA9 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.27.

Color convert

RGB187171169-
CMYK00.090.100.27
HSL6.67º11.69%69.8%-
HSV(B)6.67º9.63%73.33%-
XYZ42.2242.5643.52-
YUV175.56124.3136.16-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 171 (67.19% from 255) = 32.45%
BLUE value IS 169 (66.41% from 255) = 32.07%
R=35.48%
G=32.45%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717116900.090.100.276.6711.6969.8
HexBBABA909A1B7c46
Octal2732532510111233714106
Binary1011101110101011101010010100110101101111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABA9; }

 p { color: rgb(187,171,169); }

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

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

 a { background-color: rgb(187,171,169); }

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

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

 span { border-color: rgb(187,171,169); }

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