#B4ABAC

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

Shades of Careys Pink #B4ABAC

Tints of Careys Pink #B4ABAC

Color information

#B4ABAC (or 0xB4ABAC) is unknown color: approx Careys Pink. HEX triplet: B4, AB and AC. RGB value is (180,171,172). Sum of RGB (Red+Green+Blue) = 180+171+172=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 172 (67.58% from 255 or 32.89% from 523); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ABAC is #4B5453. Grayscale: #ADADAD. Windows color (decimal): -4936788 or 11316148. OLE color: 11316148.

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

Color convert

RGB180171172-
CMYK00.050.040.29
HSL353.33º5.66%68.82%-
HSV(B)353.33º5%70.59%-
XYZ40.8341.8144.95-
YUV173.8126.98132.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 171 (67.19% from 255) = 32.70%
BLUE value IS 172 (67.58% from 255) = 32.89%
R=34.42%
G=32.70%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017117200.050.040.29353.335.6668.82
HexB4ABAC0541D161645
Octal264253254054355416105
Binary1011010010101011101011000101100111011011000011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ABAC; }

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

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

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

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

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

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

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

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