#B4AAAC

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

Shades of Careys Pink #B4AAAC

Tints of Careys Pink #B4AAAC

Color information

#B4AAAC (or 0xB4AAAC) is unknown color: approx Careys Pink. HEX triplet: B4, AA and AC. RGB value is (180,170,172). Sum of RGB (Red+Green+Blue) = 180+170+172=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 170 (66.80% from 255 or 32.57% from 522); Blue value is 172 (67.58% from 255 or 32.95% from 522); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AAAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AAAC is #4B5553. Grayscale: #ADADAD. Windows color (decimal): -4937044 or 11315892. OLE color: 11315892.

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

Color convert

RGB180170172-
CMYK00.060.040.29
HSL348º6.25%68.63%-
HSV(B)348º5.56%70.59%-
XYZ40.6441.4344.88-
YUV173.22127.31132.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 170 (66.80% from 255) = 32.57%
BLUE value IS 172 (67.58% from 255) = 32.95%
R=34.48%
G=32.57%
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.29
SystemRedGreenBlueCMYKHSL
Decimal18017017200.060.040.293486.2568.63
HexB4AAAC0641D15c645
Octal264252254064355346105
Binary1011010010101010101011000110100111011010111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4AAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4AAAC; }

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

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

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

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

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

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

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

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