#B7A9AB

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

Shades of Careys Pink #B7A9AB

Tints of Careys Pink #B7A9AB

Color information

#B7A9AB (or 0xB7A9AB) is unknown color: approx Careys Pink. HEX triplet: B7, A9 and AB. RGB value is (183,169,171). Sum of RGB (Red+Green+Blue) = 183+169+171=523 (69% of max value = 765). Red value is 183 (71.88% from 255 or 34.99% from 523); Green value is 169 (66.41% from 255 or 32.31% from 523); Blue value is 171 (67.19% from 255 or 32.70% from 523); Max value from RGB is 183 - color contains mainly: red. Hex color #B7A9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7A9AB is #485654. Grayscale: #ADADAD. Windows color (decimal): -4740693 or 11250103. OLE color: 11250103.

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

Color convert

RGB183169171-
CMYK00.080.070.28
HSL351.43º8.86%69.02%-
HSV(B)351.43º7.65%71.76%-
XYZ41.0741.3844.35-
YUV173.41126.64134.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.99%
GREEN value IS 169 (66.41% from 255) = 32.31%
BLUE value IS 171 (67.19% from 255) = 32.70%
R=34.99%
G=32.31%
B=32.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18316917100.080.070.28351.438.8669.02
HexB7A9AB0871C15f945
Octal26725125301073453711105
Binary101101111010100110101011010001111110010101111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A9AB; }

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

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

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

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

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

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

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

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