#B8ABAA

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

Shades of Pink Swan #B8ABAA

Tints of Pink Swan #B8ABAA

Color information

#B8ABAA (or 0xB8ABAA) is unknown color: approx Pink Swan. HEX triplet: B8, AB and AA. RGB value is (184,171,170). Sum of RGB (Red+Green+Blue) = 184+171+170=525 (69% of max value = 765). Red value is 184 (72.27% from 255 or 35.05% from 525); Green value is 171 (67.19% from 255 or 32.57% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ABAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ABAA is #475455. Grayscale: #AEAEAE. Windows color (decimal): -4674646 or 11185080. OLE color: 11185080.

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

Color convert

RGB184171170-
CMYK00.070.080.28
HSL4.29º8.97%69.41%-
HSV(B)4.29º7.61%72.16%-
XYZ41.5942.2243.99-
YUV174.77125.31134.58-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.05%
GREEN value IS 171 (67.19% from 255) = 32.57%
BLUE value IS 170 (66.80% from 255) = 32.38%
R=35.05%
G=32.57%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417117000.070.080.284.298.9769.41
HexB8ABAA0781C4945
Octal270253252071034411105
Binary101110001010101110101010011110001110010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ABAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ABAA; }

 p { color: rgb(184,171,170); }

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

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

 a { background-color: rgb(184,171,170); }

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

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

 span { border-color: rgb(184,171,170); }

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