#BBACAA

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

Shades of Pink Swan #BBACAA

Tints of Pink Swan #BBACAA

Color information

#BBACAA (or 0xBBACAA) is unknown color: approx Pink Swan. HEX triplet: BB, AC and AA. RGB value is (187,172,170). Sum of RGB (Red+Green+Blue) = 187+172+170=529 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.35% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 170 (66.80% from 255 or 32.14% from 529); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAA is #445355. Grayscale: #B0B0B0. Windows color (decimal): -4477782 or 11185339. OLE color: 11185339.

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

Color convert

RGB187172170-
CMYK00.080.090.27
HSL7.06º11.11%70%-
HSV(B)7.06º9.09%73.33%-
XYZ42.542.9744.08-
YUV176.26124.47135.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.35%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 170 (66.80% from 255) = 32.14%
R=35.35%
G=32.51%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217000.080.090.277.0611.1170
HexBBACAA0891B7b46
Octal2732542520101133713106
Binary1011101110101100101010100100010011101111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACAA; }

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

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

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

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

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

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

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

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