#B8ACAD

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

Shades of Careys Pink #B8ACAD

Tints of Careys Pink #B8ACAD

Color information

#B8ACAD (or 0xB8ACAD) is unknown color: approx Careys Pink. HEX triplet: B8, AC and AD. RGB value is (184,172,173). Sum of RGB (Red+Green+Blue) = 184+172+173=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 172 (67.58% from 255 or 32.51% from 529); Blue value is 173 (67.97% from 255 or 32.70% from 529); Max value from RGB is 184 - color contains mainly: red. Hex color #B8ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8ACAD is #475352. Grayscale: #AFAFAF. Windows color (decimal): -4674387 or 11381944. OLE color: 11381944.

HSL color Cylindrical-coordinate representation of color #B8ACAD: hue angle of 355º degrees, saturation: 0.08, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #B8ACAD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB184172173-
CMYK00.070.060.28
HSL355º7.79%69.8%-
HSV(B)355º6.52%72.16%-
XYZ42.0642.7145.56-
YUV175.7126.48133.92-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 34.78%
GREEN value IS 172 (67.58% from 255) = 32.51%
BLUE value IS 173 (67.97% from 255) = 32.70%
R=34.78%
G=32.51%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18417217300.070.060.283557.7969.8
HexB8ACAD0761C163846
Octal2702542550763454310106
Binary10111000101011001010110101111101110010110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8ACAD; }

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

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

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

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

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

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

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

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