#BAACAF

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

Shades of Careys Pink #BAACAF

Tints of Careys Pink #BAACAF

Color information

#BAACAF (or 0xBAACAF) is unknown color: approx Careys Pink. HEX triplet: BA, AC and AF. RGB value is (186,172,175). Sum of RGB (Red+Green+Blue) = 186+172+175=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 172 (67.58% from 255 or 32.27% from 533); Blue value is 175 (68.75% from 255 or 32.83% from 533); Max value from RGB is 186 - color contains mainly: red. Hex color #BAACAF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BAACAF is #455350. Grayscale: #B0B0B0. Windows color (decimal): -4543313 or 11513018. OLE color: 11513018.

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

Color convert

RGB186172175-
CMYK00.080.060.27
HSL347.14º9.21%70.2%-
HSV(B)347.14º7.53%72.94%-
XYZ42.7443.0446.61-
YUV176.53127.14134.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 172 (67.58% from 255) = 32.27%
BLUE value IS 175 (68.75% from 255) = 32.83%
R=34.90%
G=32.27%
B=32.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.06
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18617217500.080.060.27347.149.2170.2
HexBAACAF0861B15b946
Octal27225425701063353311106
Binary101110101010110010101111010001101101110101101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAACAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAACAF; }

 p { color: rgb(186,172,175); }

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

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

 a { background-color: rgb(186,172,175); }

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

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

 span { border-color: rgb(186,172,175); }

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