#BBA7AB

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

Shades of Careys Pink #BBA7AB

Tints of Careys Pink #BBA7AB

Color information

#BBA7AB (or 0xBBA7AB) is unknown color: approx Careys Pink. HEX triplet: BB, A7 and AB. RGB value is (187,167,171). Sum of RGB (Red+Green+Blue) = 187+167+171=525 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.62% from 525); Green value is 167 (65.62% from 255 or 31.81% from 525); Blue value is 171 (67.19% from 255 or 32.57% from 525); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA7AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA7AB is #445854. Grayscale: #ADADAD. Windows color (decimal): -4479061 or 11249595. OLE color: 11249595.

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

Color convert

RGB187167171-
CMYK00.110.090.27
HSL348º12.82%69.41%-
HSV(B)348º10.7%73.33%-
XYZ41.6641.1444.27-
YUV173.44126.63137.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.62%
GREEN value IS 167 (65.62% from 255) = 31.81%
BLUE value IS 171 (67.19% from 255) = 32.57%
R=35.62%
G=31.81%
B=32.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716717100.110.090.2734812.8269.41
HexBBA7AB0B91B15cd45
Octal273247253013113353415105
Binary1011101110100111101010110101110011101110101110011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA7AB; }

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

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

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

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

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

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

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

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