#B9A8AB

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

Shades of Careys Pink #B9A8AB

Tints of Careys Pink #B9A8AB

Color information

#B9A8AB (or 0xB9A8AB) is unknown color: approx Careys Pink. HEX triplet: B9, A8 and AB. RGB value is (185,168,171). Sum of RGB (Red+Green+Blue) = 185+168+171=524 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.31% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 171 (67.19% from 255 or 32.63% from 524); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A8AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A8AB is #465754. Grayscale: #ADADAD. Windows color (decimal): -4609877 or 11249849. OLE color: 11249849.

HSL color Cylindrical-coordinate representation of color #B9A8AB: hue angle of 349.41º degrees, saturation: 0.11, 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 #B9A8AB is Cyan = 0, Magento = 0.09, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185168171-
CMYK00.090.080.27
HSL349.41º10.83%69.22%-
HSV(B)349.41º9.19%72.55%-
XYZ41.3641.2644.31-
YUV173.42126.63136.26-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.31%
GREEN value IS 168 (66.02% from 255) = 32.06%
BLUE value IS 171 (67.19% from 255) = 32.63%
R=35.31%
G=32.06%
B=32.63%

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
Decimal18516817100.090.080.27349.4110.8369.22
HexB9A8AB0981B15db45
Octal271250253011103353513105
Binary1011100110101000101010110100110001101110101110110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A8AB; }

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

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

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

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

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

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

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

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