#BFAAAB

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

Shades of Careys Pink #BFAAAB

Tints of Careys Pink #BFAAAB

Color information

#BFAAAB (or 0xBFAAAB) is unknown color: approx Careys Pink. HEX triplet: BF, AA and AB. RGB value is (191,170,171). Sum of RGB (Red+Green+Blue) = 191+170+171=532 (70% of max value = 765). Red value is 191 (75% from 255 or 35.90% from 532); Green value is 170 (66.80% from 255 or 31.95% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAAAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BFAAAB is #405554. Grayscale: #B0B0B0. Windows color (decimal): -4216149 or 11250367. OLE color: 11250367.

HSL color Cylindrical-coordinate representation of color #BFAAAB: hue angle of 357.14º degrees, saturation: 0.14, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFAAAB is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB191170171-
CMYK00.110.100.25
HSL357.14º14.09%70.78%-
HSV(B)357.14º10.99%74.9%-
XYZ43.2142.7744.51-
YUV176.39124.96138.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.90%
GREEN value IS 170 (66.80% from 255) = 31.95%
BLUE value IS 171 (67.19% from 255) = 32.14%
R=35.90%
G=31.95%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19117017100.110.100.25357.1414.0970.78
HexBFAAAB0BA19165e47
Octal277252253013123154516107
Binary1011111110101010101010110101110101100110110010111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFAAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFAAAB; }

 p { color: rgb(191,170,171); }

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

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

 a { background-color: rgb(191,170,171); }

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

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

 span { border-color: rgb(191,170,171); }

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