#BBACAC

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

Shades of Pink Swan #BBACAC

Tints of Pink Swan #BBACAC

Color information

#BBACAC (or 0xBBACAC) is unknown color: approx Pink Swan. HEX triplet: BB, AC and AC. RGB value is (187,172,172). Sum of RGB (Red+Green+Blue) = 187+172+172=531 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.22% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 172 (67.58% from 255 or 32.39% from 531); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAC is #445353. Grayscale: #B0B0B0. Windows color (decimal): -4477780 or 11316411. OLE color: 11316411.

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

Color convert

RGB187172172-
CMYK00.080.080.27
HSL9.93%70.39%-
HSV(B)8.02%73.33%-
XYZ42.6943.0545.09-
YUV176.48125.47135.5-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.22%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 172 (67.58% from 255) = 32.39%
R=35.22%
G=32.39%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717217200.080.080.2709.9370.39
HexBBACAC0881B0a46
Octal2732542540101033012106
Binary10111011101011001010110001000100011011010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACAC; }

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

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

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

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

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

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

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

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