#B4A6AA

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

Shades of Careys Pink #B4A6AA

Tints of Careys Pink #B4A6AA

Color information

#B4A6AA (or 0xB4A6AA) is unknown color: approx Careys Pink. HEX triplet: B4, A6 and AA. RGB value is (180,166,170). Sum of RGB (Red+Green+Blue) = 180+166+170=516 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.88% from 516); Green value is 166 (65.23% from 255 or 32.17% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A6AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A6AA is #4B5955. Grayscale: #AAAAAA. Windows color (decimal): -4938070 or 11183796. OLE color: 11183796.

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

Color convert

RGB180166170-
CMYK00.080.060.29
HSL342.86º8.54%67.84%-
HSV(B)342.86º7.78%70.59%-
XYZ39.7139.8843.63-
YUV170.64127.64134.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.88%
GREEN value IS 166 (65.23% from 255) = 32.17%
BLUE value IS 170 (66.80% from 255) = 32.95%
R=34.88%
G=32.17%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18016617000.080.060.29342.868.5467.84
HexB4A6AA0861D157944
Octal26424625201063552711104
Binary101101001010011010101010010001101110110101011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A6AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A6AA; }

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

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

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

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

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

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

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

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