#B3A9AB

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

Shades of Careys Pink #B3A9AB

Tints of Careys Pink #B3A9AB

Color information

#B3A9AB (or 0xB3A9AB) is unknown color: approx Careys Pink. HEX triplet: B3, A9 and AB. RGB value is (179,169,171). Sum of RGB (Red+Green+Blue) = 179+169+171=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 169 (66.41% from 255 or 32.56% from 519); Blue value is 171 (67.19% from 255 or 32.95% from 519); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A9AB is #4C5654. Grayscale: #ACACAC. Windows color (decimal): -5002837 or 11250099. OLE color: 11250099.

HSL color Cylindrical-coordinate representation of color #B3A9AB: hue angle of 348º degrees, saturation: 0.06, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B3A9AB is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB179169171-
CMYK00.060.040.30
HSL348º6.17%68.24%-
HSV(B)348º5.59%70.2%-
XYZ40.1340.944.31-
YUV172.22127.31132.84-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.49%
GREEN value IS 169 (66.41% from 255) = 32.56%
BLUE value IS 171 (67.19% from 255) = 32.95%
R=34.49%
G=32.56%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17916917100.060.040.303486.1768.24
HexB3A9AB0641E15c644
Octal263251253064365346104
Binary1011001110101001101010110110100111101010111001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3A9AB; }

 p { color: rgb(179,169,171); }

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

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

 a { background-color: rgb(179,169,171); }

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

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

 span { border-color: rgb(179,169,171); }

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