#B9AAAD

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

Shades of Careys Pink #B9AAAD

Tints of Careys Pink #B9AAAD

Color information

#B9AAAD (or 0xB9AAAD) is unknown color: approx Careys Pink. HEX triplet: B9, AA and AD. RGB value is (185,170,173). Sum of RGB (Red+Green+Blue) = 185+170+173=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 170 (66.80% from 255 or 32.20% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9AAAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9AAAD is #465552. Grayscale: #AEAEAE. Windows color (decimal): -4609363 or 11381433. OLE color: 11381433.

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

Color convert

RGB185170173-
CMYK00.080.060.27
HSL348º9.68%69.61%-
HSV(B)348º8.11%72.55%-
XYZ41.9342.0845.45-
YUV174.83126.97135.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 170 (66.80% from 255) = 32.20%
BLUE value IS 173 (67.97% from 255) = 32.77%
R=35.04%
G=32.20%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517017300.080.060.273489.6869.61
HexB9AAAD0861B15ca46
Octal27125225501063353412106
Binary101110011010101010101101010001101101110101110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9AAAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9AAAD; }

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

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

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

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

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

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

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

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