#B9A9AB

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

Shades of Careys Pink #B9A9AB

Tints of Careys Pink #B9A9AB

Color information

#B9A9AB (or 0xB9A9AB) is unknown color: approx Careys Pink. HEX triplet: B9, A9 and AB. RGB value is (185,169,171). Sum of RGB (Red+Green+Blue) = 185+169+171=525 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.24% from 525); Green value is 169 (66.41% from 255 or 32.19% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A9AB is #465654. Grayscale: #AEAEAE. Windows color (decimal): -4609621 or 11250105. OLE color: 11250105.

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

Color convert

RGB185169171-
CMYK00.090.080.27
HSL352.5º10.26%69.41%-
HSV(B)352.5º8.65%72.55%-
XYZ41.5541.6344.37-
YUV174.01126.3135.84-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.24%
GREEN value IS 169 (66.41% from 255) = 32.19%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=35.24%
G=32.19%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516917100.090.080.27352.510.2669.41
HexB9A9AB0981B161a45
Octal271251253011103354112105
Binary1011100110101001101010110100110001101110110000110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A9AB; }

 p { color: rgb(185,169,171); }

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

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

 a { background-color: rgb(185,169,171); }

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

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

 span { border-color: rgb(185,169,171); }

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