#B9ABAC

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

Shades of Careys Pink #B9ABAC

Tints of Careys Pink #B9ABAC

Color information

#B9ABAC (or 0xB9ABAC) is unknown color: approx Careys Pink. HEX triplet: B9, AB and AC. RGB value is (185,171,172). Sum of RGB (Red+Green+Blue) = 185+171+172=528 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.04% from 528); Green value is 171 (67.19% from 255 or 32.39% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 185 - color contains mainly: red. Hex color #B9ABAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9ABAC is #465453. Grayscale: #AFAFAF. Windows color (decimal): -4609108 or 11316153. OLE color: 11316153.

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

Color convert

RGB185171172-
CMYK00.080.070.27
HSL355.71º9.09%69.8%-
HSV(B)355.71º7.57%72.55%-
XYZ42.0242.4245-
YUV175.3126.14134.92-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 35.04%
GREEN value IS 171 (67.19% from 255) = 32.39%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=35.04%
G=32.39%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18517117200.080.070.27355.719.0969.8
HexB9ABAC0871B164946
Octal27125325401073354411106
Binary101110011010101110101100010001111101110110010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9ABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9ABAC; }

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

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

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

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

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

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

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

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