#BBA4AB

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

Shades of Careys Pink #BBA4AB

Tints of Careys Pink #BBA4AB

Color information

#BBA4AB (or 0xBBA4AB) is unknown color: approx Careys Pink. HEX triplet: BB, A4 and AB. RGB value is (187,164,171). Sum of RGB (Red+Green+Blue) = 187+164+171=522 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.82% from 522); Green value is 164 (64.45% from 255 or 31.42% from 522); Blue value is 171 (67.19% from 255 or 32.76% from 522); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AB is #445B54. Grayscale: #ABABAB. Windows color (decimal): -4479829 or 11248827. OLE color: 11248827.

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

Color convert

RGB187164171-
CMYK00.120.090.27
HSL341.74º14.47%68.82%-
HSV(B)341.74º12.3%73.33%-
XYZ41.1240.0644.09-
YUV171.68127.62138.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.82%
GREEN value IS 164 (64.45% from 255) = 31.42%
BLUE value IS 171 (67.19% from 255) = 32.76%
R=35.82%
G=31.42%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716417100.120.090.27341.7414.4768.82
HexBBA4AB0C91B156e45
Octal273244253014113352616105
Binary1011101110100100101010110110010011101110101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4AB; }

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

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

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

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

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

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

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

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