#BBA9AC

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

Shades of Careys Pink #BBA9AC

Tints of Careys Pink #BBA9AC

Color information

#BBA9AC (or 0xBBA9AC) is unknown color: approx Careys Pink. HEX triplet: BB, A9 and AC. RGB value is (187,169,172). Sum of RGB (Red+Green+Blue) = 187+169+172=528 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.42% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 172 (67.58% from 255 or 32.58% from 528); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9AC is #445653. Grayscale: #AEAEAE. Windows color (decimal): -4478548 or 11315643. OLE color: 11315643.

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

Color convert

RGB187169172-
CMYK00.100.080.27
HSL350º11.69%69.8%-
HSV(B)350º9.63%73.33%-
XYZ42.1341.9244.9-
YUV174.72126.46136.76-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.42%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 172 (67.58% from 255) = 32.58%
R=35.42%
G=32.01%
B=32.58%

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
Decimal18716917200.100.080.2735011.6969.8
HexBBA9AC0A81B15ec46
Octal273251254012103353614106
Binary1011101110101001101011000101010001101110101111011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9AC; }

 p { color: rgb(187,169,172); }

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

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

 a { background-color: rgb(187,169,172); }

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

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

 span { border-color: rgb(187,169,172); }

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