#B3ABAC

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

Shades of Careys Pink #B3ABAC

Tints of Careys Pink #B3ABAC

Color information

#B3ABAC (or 0xB3ABAC) is unknown color: approx Careys Pink. HEX triplet: B3, AB and AC. RGB value is (179,171,172). Sum of RGB (Red+Green+Blue) = 179+171+172=522 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.29% from 522); Green value is 171 (67.19% from 255 or 32.76% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ABAC is #4C5453. Grayscale: #ADADAD. Windows color (decimal): -5002324 or 11316147. OLE color: 11316147.

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

Color convert

RGB179171172-
CMYK00.040.040.30
HSL352.5º5%68.63%-
HSV(B)352.5º4.47%70.2%-
XYZ40.641.6944.94-
YUV173.51127.15131.92-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.29%
GREEN value IS 171 (67.19% from 255) = 32.76%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=34.29%
G=32.76%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917117200.040.040.30352.5568.63
HexB3ABAC0441E161545
Octal263253254044365415105
Binary1011001110101011101011000100100111101011000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ABAC; }

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

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

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

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

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

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

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

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