#B5A7AB

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

Shades of Careys Pink #B5A7AB

Tints of Careys Pink #B5A7AB

Color information

#B5A7AB (or 0xB5A7AB) is unknown color: approx Careys Pink. HEX triplet: B5, A7 and AB. RGB value is (181,167,171). Sum of RGB (Red+Green+Blue) = 181+167+171=519 (68% of max value = 765). Red value is 181 (71.09% from 255 or 34.87% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A7AB is #4A5854. Grayscale: #ABABAB. Windows color (decimal): -4872277 or 11249589. OLE color: 11249589.

HSL color Cylindrical-coordinate representation of color #B5A7AB: hue angle of 342.86º degrees, saturation: 0.09, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B5A7AB is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.29.

Color convert

RGB181167171-
CMYK00.080.060.29
HSL342.86º8.64%68.24%-
HSV(B)342.86º7.73%70.98%-
XYZ40.2340.444.21-
YUV171.64127.64134.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.87%
GREEN value IS 167 (65.62% from 255) = 32.18%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=34.87%
G=32.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18116717100.080.060.29342.868.6468.24
HexB5A7AB0861D157944
Octal26524725301063552711104
Binary101101011010011110101011010001101110110101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A7AB; }

 p { color: rgb(181,167,171); }

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

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

 a { background-color: rgb(181,167,171); }

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

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

 span { border-color: rgb(181,167,171); }

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