#B4ACAD

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

Shades of Careys Pink #B4ACAD

Tints of Careys Pink #B4ACAD

Color information

#B4ACAD (or 0xB4ACAD) is unknown color: approx Careys Pink. HEX triplet: B4, AC and AD. RGB value is (180,172,173). Sum of RGB (Red+Green+Blue) = 180+172+173=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 172 (67.58% from 255 or 32.76% from 525); Blue value is 173 (67.97% from 255 or 32.95% from 525); Max value from RGB is 180 - color contains mainly: red. Hex color #B4ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4ACAD is #4B5352. Grayscale: #AEAEAE. Windows color (decimal): -4936531 or 11381940. OLE color: 11381940.

HSL color Cylindrical-coordinate representation of color #B4ACAD: hue angle of 352.5º 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 #B4ACAD is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB180172173-
CMYK00.040.040.29
HSL352.5º5.06%69.02%-
HSV(B)352.5º4.44%70.59%-
XYZ41.1242.2345.52-
YUV174.51127.15131.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 172 (67.58% from 255) = 32.76%
BLUE value IS 173 (67.97% from 255) = 32.95%
R=34.29%
G=32.76%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18017217300.040.040.29352.55.0669.02
HexB4ACAD0441D161545
Octal264254255044355415105
Binary1011010010101100101011010100100111011011000011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ACAD; }

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

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

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

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

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

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

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

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