#B9ACAD

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

Shades of Careys Pink #B9ACAD

Tints of Careys Pink #B9ACAD

Color information

#B9ACAD (or 0xB9ACAD) is unknown color: approx Careys Pink. HEX triplet: B9, AC and AD. RGB value is (185,172,173). Sum of RGB (Red+Green+Blue) = 185+172+173=530 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.91% from 530); Green value is 172 (67.58% from 255 or 32.45% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACAD is #465352. Grayscale: #B0B0B0. Windows color (decimal): -4608851 or 11381945. OLE color: 11381945.

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

Color convert

RGB185172173-
CMYK00.070.060.27
HSL355.38º8.5%70%-
HSV(B)355.38º7.03%72.55%-
XYZ42.342.8445.57-
YUV176126.31134.42-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.91%
GREEN value IS 172 (67.58% from 255) = 32.45%
BLUE value IS 173 (67.97% from 255) = 32.64%
R=34.91%
G=32.45%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517217300.070.060.27355.388.570
HexB9ACAD0761B163846
Octal2712542550763354310106
Binary10111001101011001010110101111101101110110001110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACAD; }

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

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

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

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

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

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

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

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