#B9A7AB

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

Shades of Careys Pink #B9A7AB

Tints of Careys Pink #B9A7AB

Color information

#B9A7AB (or 0xB9A7AB) is unknown color: approx Careys Pink. HEX triplet: B9, A7 and AB. RGB value is (185,167,171). Sum of RGB (Red+Green+Blue) = 185+167+171=523 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.37% from 523); Green value is 167 (65.62% from 255 or 31.93% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A7AB is #465854. Grayscale: #ACACAC. Windows color (decimal): -4610133 or 11249593. OLE color: 11249593.

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

Color convert

RGB185167171-
CMYK00.100.080.27
HSL346.67º11.39%69.02%-
HSV(B)346.67º9.73%72.55%-
XYZ41.1840.8944.25-
YUV172.84126.96136.67-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.37%
GREEN value IS 167 (65.62% from 255) = 31.93%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=35.37%
G=31.93%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18516717100.100.080.27346.6711.3969.02
HexB9A7AB0A81B15bb45
Octal271247253012103353313105
Binary1011100110100111101010110101010001101110101101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9A7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9A7AB; }

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

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

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

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

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

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

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

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