#B9ACAE

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

Shades of Careys Pink #B9ACAE

Tints of Careys Pink #B9ACAE

Color information

#B9ACAE (or 0xB9ACAE) is unknown color: approx Careys Pink. HEX triplet: B9, AC and AE. RGB value is (185,172,174). Sum of RGB (Red+Green+Blue) = 185+172+174=531 (70% of max value = 765). Red value is 185 (72.66% from 255 or 34.84% from 531); Green value is 172 (67.58% from 255 or 32.39% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ACAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ACAE is #465351. Grayscale: #B0B0B0. Windows color (decimal): -4608850 or 11447481. OLE color: 11447481.

HSL color Cylindrical-coordinate representation of color #B9ACAE: hue angle of 350.77º 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 #B9ACAE is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.27.

Color convert

RGB185172174-
CMYK00.070.060.27
HSL350.77º8.5%70%-
HSV(B)350.77º7.03%72.55%-
XYZ42.442.8846.09-
YUV176.12126.81134.34-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 34.84%
GREEN value IS 172 (67.58% from 255) = 32.39%
BLUE value IS 174 (68.36% from 255) = 32.77%
R=34.84%
G=32.39%
B=32.77%

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
Decimal18517217400.070.060.27350.778.570
HexB9ACAE0761B15f846
Octal2712542560763353710106
Binary10111001101011001010111001111101101110101111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ACAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ACAE; }

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

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

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

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

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

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

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

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