#BBA4AA

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

Shades of Careys Pink #BBA4AA

Tints of Careys Pink #BBA4AA

Color information

#BBA4AA (or 0xBBA4AA) is unknown color: approx Careys Pink. HEX triplet: BB, A4 and AA. RGB value is (187,164,170). Sum of RGB (Red+Green+Blue) = 187+164+170=521 (69% of max value = 765). Red value is 187 (73.44% from 255 or 35.89% from 521); Green value is 164 (64.45% from 255 or 31.48% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA4AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA4AA is #445B55. Grayscale: #ABABAB. Windows color (decimal): -4479830 or 11183291. OLE color: 11183291.

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

Color convert

RGB187164170-
CMYK00.120.090.27
HSL344.35º14.47%68.82%-
HSV(B)344.35º12.3%73.33%-
XYZ41.0240.0243.59-
YUV171.56127.12139.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 35.89%
GREEN value IS 164 (64.45% from 255) = 31.48%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=35.89%
G=31.48%
B=32.63%

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
Decimal18716417000.120.090.27344.3514.4768.82
HexBBA4AA0C91B158e45
Octal273244252014113353016105
Binary1011101110100100101010100110010011101110101100011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA4AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA4AA; }

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

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

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

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

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

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

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

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