#BBAAA9

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

Shades of Pink Swan #BBAAA9

Tints of Pink Swan #BBAAA9

Color information

#BBAAA9 (or 0xBBAAA9) is unknown color: approx Pink Swan. HEX triplet: BB, AA and A9. RGB value is (187,170,169). Sum of RGB (Red+Green+Blue) = 187+170+169=526 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.55% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 169 (66.41% from 255 or 32.13% from 526); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAAA9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAAA9 is #445556. Grayscale: #AEAEAE. Windows color (decimal): -4478295 or 11119291. OLE color: 11119291.

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

Color convert

RGB187170169-
CMYK00.090.100.27
HSL3.33º11.69%69.8%-
HSV(B)3.33º9.63%73.33%-
XYZ42.0342.1843.46-
YUV174.97124.63136.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.55%
GREEN value IS 170 (66.80% from 255) = 32.32%
BLUE value IS 169 (66.41% from 255) = 32.13%
R=35.55%
G=32.32%
B=32.13%

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
Decimal18717016900.090.100.273.3311.6969.8
HexBBAAA909A1B3c46
Octal2732522510111233314106
Binary101110111010101010101001010011010110111111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAAA9; }

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

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

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

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

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

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

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

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