#BBACAB

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

Shades of Pink Swan #BBACAB

Tints of Pink Swan #BBACAB

Color information

#BBACAB (or 0xBBACAB) is unknown color: approx Pink Swan. HEX triplet: BB, AC and AB. RGB value is (187,172,171). Sum of RGB (Red+Green+Blue) = 187+172+171=530 (70% of max value = 765). Red value is 187 (73.44% from 255 or 35.28% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 171 (67.19% from 255 or 32.26% from 530); Max value from RGB is 187 - color contains mainly: red. Hex color #BBACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBACAB is #445354. Grayscale: #B0B0B0. Windows color (decimal): -4477781 or 11250875. OLE color: 11250875.

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

Color convert

RGB187172171-
CMYK00.080.090.27
HSL3.75º10.53%70.2%-
HSV(B)3.75º8.56%73.33%-
XYZ42.643.0144.58-
YUV176.37124.97135.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.28%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 171 (67.19% from 255) = 32.26%
R=35.28%
G=32.45%
B=32.26%

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
Decimal18717217100.080.090.273.7510.5370.2
HexBBACAB0891B4b46
Octal2732542530101133413106
Binary1011101110101100101010110100010011101110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBACAB; }

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

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

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

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

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

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

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

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