#B3ACAD

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

Shades of Careys Pink #B3ACAD

Tints of Careys Pink #B3ACAD

Color information

#B3ACAD (or 0xB3ACAD) is unknown color: approx Careys Pink. HEX triplet: B3, AC and AD. RGB value is (179,172,173). Sum of RGB (Red+Green+Blue) = 179+172+173=524 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.16% from 524); Green value is 172 (67.58% from 255 or 32.82% from 524); Blue value is 173 (67.97% from 255 or 33.02% from 524); Max value from RGB is 179 - color contains mainly: red. Hex color #B3ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3ACAD is #4C5352. Grayscale: #AEAEAE. Windows color (decimal): -5002067 or 11381939. OLE color: 11381939.

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

Color convert

RGB179172173-
CMYK00.040.030.30
HSL351.43º4.4%68.82%-
HSV(B)351.43º3.91%70.2%-
XYZ40.8942.1145.51-
YUV174.21127.32131.42-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 34.16%
GREEN value IS 172 (67.58% from 255) = 32.82%
BLUE value IS 173 (67.97% from 255) = 33.02%
R=34.16%
G=32.82%
B=33.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.03
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17917217300.040.030.30351.434.468.82
HexB3ACAD0431E15f445
Octal263254255043365374105
Binary101100111010110010101101010011111101010111111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3ACAD; }

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

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

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

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

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

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

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

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