#B4ACAE

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

Shades of Careys Pink #B4ACAE

Tints of Careys Pink #B4ACAE

Color information

#B4ACAE (or 0xB4ACAE) is unknown color: approx Careys Pink. HEX triplet: B4, AC and AE. RGB value is (180,172,174). Sum of RGB (Red+Green+Blue) = 180+172+174=526 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.22% from 526); Green value is 172 (67.58% from 255 or 32.70% from 526); Blue value is 174 (68.36% from 255 or 33.08% from 526); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACAE is #4B5351. Grayscale: #AEAEAE. Windows color (decimal): -4936530 or 11447476. OLE color: 11447476.

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

Color convert

RGB180172174-
CMYK00.040.030.29
HSL345º5.06%69.02%-
HSV(B)345º4.44%70.59%-
XYZ41.2142.2646.03-
YUV174.62127.65131.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.22%
GREEN value IS 172 (67.58% from 255) = 32.70%
BLUE value IS 174 (68.36% from 255) = 33.08%
R=34.22%
G=32.70%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017217400.040.030.293455.0669.02
HexB4ACAE0431D159545
Octal264254256043355315105
Binary101101001010110010101110010011111011010110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACAE; }

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

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

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

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

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

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

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

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