#B7ACAB

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

Shades of Pink Swan #B7ACAB

Tints of Pink Swan #B7ACAB

Color information

#B7ACAB (or 0xB7ACAB) is unknown color: approx Pink Swan. HEX triplet: B7, AC and AB. RGB value is (183,172,171). Sum of RGB (Red+Green+Blue) = 183+172+171=526 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.79% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 183 - color contains mainly: red. Hex color #B7ACAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7ACAB is #485354. Grayscale: #AFAFAF. Windows color (decimal): -4739925 or 11250871. OLE color: 11250871.

HSL color Cylindrical-coordinate representation of color #B7ACAB: hue angle of 5º degrees, saturation: 0.08, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B7ACAB is Cyan = 0, Magento = 0.06, Yellow = 0.07 and Black (K on CMYK) = 0.28.

Color convert

RGB183172171-
CMYK00.060.070.28
HSL7.69%69.41%-
HSV(B)6.56%71.76%-
XYZ41.6342.5144.54-
YUV175.18125.64133.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.79%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 171 (67.19% from 255) = 32.51%
R=34.79%
G=32.70%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18317217100.060.070.2857.6969.41
HexB7ACAB0671C5845
Octal26725425306734510105
Binary10110111101011001010101101101111110010110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7ACAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7ACAB; }

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

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

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

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

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

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

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

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