#BBABAA

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

Shades of Pink Swan #BBABAA

Tints of Pink Swan #BBABAA

Color information

#BBABAA (or 0xBBABAA) is unknown color: approx Pink Swan. HEX triplet: BB, AB and AA. RGB value is (187,171,170). Sum of RGB (Red+Green+Blue) = 187+171+170=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 170 (66.80% from 255 or 32.20% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAA is #445455. Grayscale: #AFAFAF. Windows color (decimal): -4478038 or 11185083. OLE color: 11185083.

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

Color convert

RGB187171170-
CMYK00.090.090.27
HSL3.53º11.11%70%-
HSV(B)3.53º9.09%73.33%-
XYZ42.3142.5944.02-
YUV175.67124.8136.08-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 170 (66.80% from 255) = 32.20%
R=35.42%
G=32.39%
B=32.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717117000.090.090.273.5311.1170
HexBBABAA0991B4b46
Octal2732532520111133413106
Binary1011101110101011101010100100110011101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABAA; }

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

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

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

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

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

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

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

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