#BBA9AB

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

Shades of Careys Pink #BBA9AB

Tints of Careys Pink #BBA9AB

Color information

#BBA9AB (or 0xBBA9AB) is unknown color: approx Careys Pink. HEX triplet: BB, A9 and AB. RGB value is (187,169,171). Sum of RGB (Red+Green+Blue) = 187+169+171=527 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.48% from 527); Green value is 169 (66.41% from 255 or 32.07% from 527); Blue value is 171 (67.19% from 255 or 32.45% from 527); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA9AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA9AB is #445654. Grayscale: #AEAEAE. Windows color (decimal): -4478549 or 11250107. OLE color: 11250107.

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

Color convert

RGB187169171-
CMYK00.100.090.27
HSL353.33º11.69%69.8%-
HSV(B)353.33º9.63%73.33%-
XYZ42.0341.8844.4-
YUV174.61125.96136.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.48%
GREEN value IS 169 (66.41% from 255) = 32.07%
BLUE value IS 171 (67.19% from 255) = 32.45%
R=35.48%
G=32.07%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716917100.100.090.27353.3311.6969.8
HexBBA9AB0A91B161c46
Octal273251253012113354114106
Binary1011101110101001101010110101010011101110110000111001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA9AB; }

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

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

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

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

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

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

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

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