#B4A9AC

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

Shades of Careys Pink #B4A9AC

Tints of Careys Pink #B4A9AC

Color information

#B4A9AC (or 0xB4A9AC) is unknown color: approx Careys Pink. HEX triplet: B4, A9 and AC. RGB value is (180,169,172). Sum of RGB (Red+Green+Blue) = 180+169+172=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 169 (66.41% from 255 or 32.44% from 521); Blue value is 172 (67.58% from 255 or 33.01% from 521); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A9AC is #4B5653. Grayscale: #ACACAC. Windows color (decimal): -4937300 or 11315636. OLE color: 11315636.

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

Color convert

RGB180169172-
CMYK00.060.040.29
HSL343.64º6.83%68.43%-
HSV(B)343.64º6.11%70.59%-
XYZ40.4641.0644.82-
YUV172.63127.64133.26-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 169 (66.41% from 255) = 32.44%
BLUE value IS 172 (67.58% from 255) = 33.01%
R=34.55%
G=32.44%
B=33.01%

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
Decimal18016917200.060.040.29343.646.8368.43
HexB4A9AC0641D158744
Octal264251254064355307104
Binary1011010010101001101011000110100111011010110001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A9AC; }

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

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

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

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

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

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

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

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