#BBABAB

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

Shades of Pink Swan #BBABAB

Tints of Pink Swan #BBABAB

Color information

#BBABAB (or 0xBBABAB) is unknown color: approx Pink Swan. HEX triplet: BB, AB and AB. RGB value is (187,171,171). Sum of RGB (Red+Green+Blue) = 187+171+171=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 171 (67.19% from 255 or 32.33% from 529); Blue value is 171 (67.19% from 255 or 32.33% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBABAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBABAB is #445454. Grayscale: #AFAFAF. Windows color (decimal): -4478037 or 11250619. OLE color: 11250619.

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

Color convert

RGB187171171-
CMYK00.090.090.27
HSL10.53%70.2%-
HSV(B)8.56%73.33%-
XYZ42.4142.6344.52-
YUV175.78125.3136-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 171 (67.19% from 255) = 32.33%
BLUE value IS 171 (67.19% from 255) = 32.33%
R=35.35%
G=32.33%
B=32.33%

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
Decimal18717117100.090.090.27010.5370.2
HexBBABAB0991B0b46
Octal2732532530111133013106
Binary10111011101010111010101101001100111011010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBABAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBABAB; }

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

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

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

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

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

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

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

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